1.0.0 • Published 1 year ago

token-metadata-descriptor v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

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-descriptor

NPM

npm install token-metadata-descriptor --save

PNPM

pnpm install token-metadata-descriptor

You 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:gen

LICENSE

Apache v2.0