Skip to content

openlab-openos/open-token-web3

Repository files navigation

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:
```shell
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

Releases

No releases published

Packages

No packages published