token-metadata-descriptor
v1.0.0
Published
Token Metadata Descriptor SDK
Downloads
12
Maintainers
Readme
Token Metadata Descriptor SDK
This package contains code to interact with the Token Metadata Descriptor contract. Please note the SDK was originally written to be used from a CLI environment. It will need some refactoring to work from a browser environment.
Installation
Install via your favorite package manager
Yarn
yarn install token-metadata-descriptorNPM
npm install token-metadata-descriptor --savePNPM
pnpm install token-metadata-descriptorYou can find on the public NPM registry here.
Developing
Run the following command to generate any new SDK code after making changes to the rust contract:
yarn api:genLICENSE
Apache v2.0
