Socket
Socket
Sign inDemoInstall

@metaplex-foundation/mpl-token-metadata

Package Overview
Dependencies
Maintainers
10
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metaplex-foundation/mpl-token-metadata

MPL Token Metadata JavaScript API.


Version published
Weekly downloads
87K
decreased by-2.66%
Maintainers
10
Weekly downloads
 
Created
Source

mpl-token-metadata

This package contains the token vault contract SDK code.

API Docs

Find the token-metadata API docs published here.

Installation

npm install @metaplex-foundation/mpl-token-metadata --save

This will use the new auto-generated API. If you want to use the old deprecated API, you can use the following:

npm install @metaplex-foundation/mpl-token-metadata@^1.2 --save

Alternatively, if you'd like to start using the new API but still have access to the deprecated one, you may use the following:

npm install @metaplex-foundation/mpl-token-metadata@~2.0 --save

And use the deprecated API explicitly like so:

import { deprecated } from "@metaplex-foundation/mpl-token-metadata";

Developing

In order to update the generated SDK when the rust contract was updated please run:

yarn api:gen

and then update the wrapper code and tests.

LICENSE

Apache v2.0

Keywords

FAQs

Package last updated on 14 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc