Package Exports
- @solana/spl-token
Readme
@solana/spl-token
A TypeScript library for interacting with the SPL Token program.
Links
Install
yarn add @solana/spl-token
Usage
@TODO
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/ts
- Install the dependencies:
yarn install
- Build the library:
yarn build
- Run the tests:
yarn test