0.2.0 • Published 2 years ago

@lorisleiva/mpl-token-metadata v0.2.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

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

0.2.0-alpha.0

2 years ago

0.1.0

2 years ago

0.2.0

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago