A TypeScript library for interacting with the SPL Token program.
npm install @bbachain/spl-token@bbachain/spl-tokenA TypeScript library for interacting with the SPL Token program.
- TypeScript Docs
- FAQ (Frequently Asked Questions)
- Install
- Build from Source
``shell`
yarn add @bbachain/spl-token
1. Clone the project:
`shell`
git clone https://github.com/bbachain/program-executor.git
2. Navigate to the library:
`shell`
cd program-executor/token/js
3. Install the dependencies:
`shell`
yarn install
4. Build the library:
`shell`
yarn build
5. Build the on-chain programs:
`shell`
yarn test:build-programs
6. Run the tests:
`shell`
yarn test
7. Run the example:
`shell``
yarn example