JSPM

token-metadata-descriptor

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 44
  • Score
    100M100P100Q65431F
  • License Apache-2.0

Token Metadata Descriptor SDK

Package Exports

  • token-metadata-descriptor
  • token-metadata-descriptor/dist/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (token-metadata-descriptor) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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