@trezoa/tpl-token-metadata
v0.1.6
Published
TPL Token Metadata Interface JS API
Downloads
26
Readme
@trezoa/tpl-token-metadata
A TypeScript interface describing the instructions required for a program to implement to be considered a "token-metadata" program for TPL token mints. The interface can be implemented by any program.
Links
FAQs
How can I get support?
Please ask questions in the Trezoa Stack Exchange: https://trezoa.com/
If you've found a bug or you'd like to request a feature, please open an issue.
Install
npm install --save @trezoa/tpl-token-metadata @trezoa/web3.jsOR
yarn add @trezoa/tpl-token-metadata @trezoa/web3.jsBuild from Source
- Prerequisites
- Node 16+
- NPM 8+
- Clone the project:
git clone https://github.com/trezoa-team/trezoa-program-library.git- Navigate to the library:
cd trezoa-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