0.4.3 • Published 6 months ago
open-token-web3 v0.4.3
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:
```bash
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