0.1.5 • Published 11 months ago
@bbachain/spl-token v0.1.5
@bbachain/spl-token
A TypeScript library for interacting with the SPL Token program.
Links
Install
yarn add @bbachain/spl-tokenBuild from Source
- Clone the project:
git clone https://github.com/bbachain/program-executor.git- Navigate to the library:
cd program-executor/token/js- Install the dependencies:
yarn install- Build the library:
yarn build- Build the on-chain programs:
yarn test:build-programs- Run the tests:
yarn test- Run the example:
yarn example