@metaplex-foundation/mpl-token-metadata

v2.8.4
MPL Token Metadata JavaScript API.
nft metaplex solana blockchain

JavaScript client for Mpl Token Metadata

A Umi-compatible JavaScript library for Token Metadata.

Getting started

  1. First, if you're not already using Umi, follow these instructions to install the Umi framework.
  2. Next, install this library using the package manager of your choice.
    npm install @metaplex-foundation/mpl-token-metadata
    
  3. Finally, register the library with your Umi instance like so.
    import { mplTokenMetadata } from '@metaplex-foundation/mpl-token-metadata';
    umi.use(mplTokenMetadata());
    

You can learn more about this library's API by reading its generated TypeDoc documentation.

Contributing

Check out the Contributing Guide the learn more about how to contribute to this library.

npm i @metaplex-foundation/[email protected]

Metadata

  • MIT
  • Whatever
  • Metaplex Maintainers
  • released 2/20/2023

Downloads