Skip to content

Commit

Permalink
Update create-a-token now Solana Explorer supports Token Extensions f…
Browse files Browse the repository at this point in the history
…ully (#392)
  • Loading branch information
mikemaccana authored Aug 29, 2024
1 parent b8ab2a3 commit 08b2dce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions content/guides/getstarted/how-to-create-a-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,15 +264,9 @@ created and uploaded.
spl-token initialize-metadata mntTymSqMU4e1NEDdxJ9XoPN4MitCgQ7xxGW6AuRAWQ 'Example token' 'EXMPL' https://raw.githubusercontent.com/solana-developers/opos-asset/main/assets/CompressedCoil/metadata.json
```

Congratulations, you created a token with metadata! Look at your token in one of
the Solana block explorers:

- [Solana Explorer](https://explorer.solana.com/address/mntTymSqMU4e1NEDdxJ9XoPN4MitCgQ7xxGW6AuRAWQ?cluster=devnet)
- [SolanaFM](https://solana.fm/?cluster=devnet-solana)
- [SolScan](https://solscan.io/token/mntTymSqMU4e1NEDdxJ9XoPN4MitCgQ7xxGW6AuRAWQ?cluster=devnet)

Make sure your explorer is set to devnet (if you are working on devnet) and
replace the address to your mint address starting with `mnt`.
Congratulations, you created a token with metadata! Look at your token's mint
address (starting with `mnt`) in Solana Explorer - making sure to to use devnet
(if you are working on devnet).

![Token with metadata](/assets/guides/make-a-token/token-with-metadata.png)

Expand Down
Binary file modified public/assets/guides/make-a-token/token-with-metadata.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 08b2dce

Please sign in to comment.