0.4.3 • Published 1 year 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-web3OR
yarn add open-token-web3Build from Source
- Prerequisites
- Node 16+
- NPM 8+
- Clone the project:
git clone https://github.com/openlab-openos/open-token-web33. 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