@wiko/wpl-token-metadata
v0.1.6
Published
WPL Token Metadata Interface JS API
Readme
@wiko/wpl-token-metadata
A TypeScript interface describing the instructions required for a program to implement to be considered a "token-metadata" program for WPL token mints. The interface can be implemented by any program.
Links
FAQs
How can I get support?
Please ask questions in the Wiko Stack Exchange: https://wiko.stackexchange.com/
If you've found a bug or you'd like to request a feature, please open an issue.
Install
npm install --save @wiko/wpl-token-metadata @wiko/web3.js@1OR
yarn add @wiko/wpl-token-metadata @wiko/web3.js@1Build from Source
- Prerequisites
- Node 16+
- NPM 8+
- Clone the project:
git clone https://github.com/wiko-labs/wiko-program-library.git- Navigate to the library:
cd wiko-program-library/token-metadata/js- Install the dependencies:
npm install- Build the library:
npm run build- Build the on-chain programs:
npm run test:build-programs