Skip to content

Commit

Permalink
Update token-program.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mubarizkyc authored Sep 1, 2024
1 parent adc78d1 commit 91a2854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/courses/tokens-and-nfts/token-program.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ We’re going to use the Token Token Program to create a Token Mint, create an
Associated Token Account, mint tokens, transfer tokens, and burn tokens.

Assuming you already have a `.env` file with a `SECRET_KEY` setup per
[Cryptography fundamentals](/developer-content/content/courses/intro-to-solana/intro-to-cryptography).
[Cryptography fundamentals](/content/courses/intro-to-solana/intro-to-cryptography).

```bash
npm i @solana/web3.js @solana/spl-token @solana-developers/helpers esrun
Expand Down

0 comments on commit 91a2854

Please sign in to comment.