0.4.3 • Published 6 months ago

open-token-web3 v0.4.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 months ago

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

  1. Prerequisites
  • Node 16+
  • NPM 8+
  1. Clone the project:
git clone https://github.com/openlab-openos/open-token-web3
3. Install the dependencies:
```bash
npm install
  1. Build the library:
npm run build
  1. Build the on-chain programs:
npm run test:build-programs
  1. Run the tests:
npm run test
  1. Run the example:
npm run example
0.4.3

6 months ago

0.4.2

6 months ago

0.4.1

6 months ago

0.4.0

6 months ago