* add getMultipleAccounts for Token * update naming convention of fcn * rename & reorg code * lint fix Co-authored-by: obiwan <you@example.com> |
||
---|---|---|
.. | ||
examples | ||
src | ||
test | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.mocharc.json | ||
.nojekyll | ||
.prettierignore | ||
.prettierrc | ||
FAQ.md | ||
LICENSE | ||
README.md | ||
package.json | ||
tsconfig.cjs.json | ||
tsconfig.json | ||
yarn.lock |
README.md
@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
- Run the tests:
yarn test
- Run the example:
yarn example