solana-foundation / developer-content

Collection of Developer content for exploring, learning, and building in the Solana ecosystem.
https://solana.com/developers
81 stars 96 forks source link

create-a-token: Clarify that token metadata only works with TE #226

Closed joncinque closed 1 month ago

joncinque commented 1 month ago

Problem

As mentioned in the comments at https://solana.stackexchange.com/a/12273/84, it's not clear in the docs that initialize-metadata only works with Token Extensions.

Summary of Changes

Add more clarifying language around when it's possible to use the token metadata extension.

Fixes #