JSPM

  • Created
  • Published
  • Downloads 616336
  • Score
    100M100P100Q195245F
  • License Apache-2.0

Package Exports

  • @solana/spl-token

Readme

@solana/spl-token

A TypeScript library for interacting with the SPL Token program.

Install

yarn add @solana/spl-token

Usage

@TODO

Build from Source

  1. Clone the project:
git clone https://github.com/solana-labs/solana-program-library.git
  1. Navigate to the library:
cd solana-program-library/token/ts
  1. Install the dependencies:
yarn install
  1. Build the library:
yarn build
  1. Run the tests:
yarn test