solana-program-library/token/js
Jon Cinque f9a93e5636 Port e2e tests to mocha 2022-02-15 16:33:36 -06:00
..
examples move ts to js 2022-02-15 16:33:36 -06:00
src move ts to js 2022-02-15 16:33:36 -06:00
test Port e2e tests to mocha 2022-02-15 16:33:36 -06:00
.editorconfig move ts to js 2022-02-15 16:33:36 -06:00
.eslintignore move ts to js 2022-02-15 16:33:36 -06:00
.eslintrc.json move ts to js 2022-02-15 16:33:36 -06:00
.gitignore move ts to js 2022-02-15 16:33:36 -06:00
.mocharc.json Port e2e tests to mocha 2022-02-15 16:33:36 -06:00
.nojekyll move ts to js 2022-02-15 16:33:36 -06:00
.prettierignore Port e2e tests to mocha 2022-02-15 16:33:36 -06:00
.prettierrc move ts to js 2022-02-15 16:33:36 -06:00
FAQ.md move ts to js 2022-02-15 16:33:36 -06:00
LICENSE move ts to js 2022-02-15 16:33:36 -06:00
README.md move ts to js 2022-02-15 16:33:36 -06:00
package.json Port e2e tests to mocha 2022-02-15 16:33:36 -06:00
tsconfig.cjs.json move ts to js 2022-02-15 16:33:36 -06:00
tsconfig.json move ts to js 2022-02-15 16:33:36 -06:00
yarn.lock Port e2e tests to mocha 2022-02-15 16:33:36 -06:00

README.md

@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/js
  1. Install the dependencies:
yarn install
  1. Build the library:
yarn build
  1. Run the tests:
yarn test