open-token-web3
v0.4.3
Published
Open Token Program JS API
Downloads
255
Readme
open-token-web3
A TypeScript library for interacting with the Open Token and Token-2022 programs.
Links
FAQs
Install
npm install --save open-token-web3
OR
yarn add open-token-web3
Build from Source
- Prerequisites
- Node 16+
- NPM 8+
- Clone the project:
git clone https://github.com/openlab-openos/open-token-web3
3. Install the dependencies:
```shell
npm install
- Build the library:
npm run build
- Build the on-chain programs:
npm run test:build-programs
- Run the tests:
npm run test
- Run the example:
npm run example