@solana/spl-token-metadata
A TypeScript interface describing the instructions required for a program to implement to be considered a "token-metadata" program for SPL token mints. The interface can be implemented by any program.
Links
FAQs
How can I get support?
Please ask questions in the Solana Stack Exchange: https://solana.stackexchange.com/
If you've found a bug or you'd like to request a feature, please open an issue.
Install
npm install --save @solana/spl-token-metadata @solana/web3.jsOR
yarn add @solana/spl-token-metadata @solana/web3.jsBuild from Source
Prerequisites
Node 16+
NPM 8+
Clone the project:
git clone https://github.com/solana-labs/solana-program-library.gitNavigate to the library:
cd solana-program-library/token-metadata/jsInstall the dependencies:
npm installBuild the library:
npm run buildBuild the on-chain programs:
npm run test:build-programs