@araviel/safe-token
v0.2.0
Published
A TypeScript library for interacting with the SPL Token program.
Downloads
3
Readme
@solana/spl-token
A TypeScript library for interacting with the SPL Token program.
Links
Install
yarn add @solana/spl-token
Build from Source
- Clone the project:
git clone https://github.com/solana-labs/solana-program-library.git
- Navigate to the library:
cd solana-program-library/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