solana-program-library/token/js
Ronald Hood Jr 5493842399
token-js: Bindings For Transfer Fee Extension IXs (#3102)
* JS Bindings For Transfer Fee Extensions IXs

* Add tests and actions

Co-authored-by: Jon Cinque <jon.cinque@gmail.com>
2022-06-10 01:31:57 +02:00
..
examples move ts to js 2022-02-15 16:33:36 -06:00
src token-js: Bindings For Transfer Fee Extension IXs (#3102) 2022-06-10 01:31:57 +02:00
test token-js: Bindings For Transfer Fee Extension IXs (#3102) 2022-06-10 01:31:57 +02: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 increase mocha timeout 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 Fix Broken Link to Token Program TypeScript Docs 2022-02-16 12:59:12 -06:00
package.json token-js: move start-server-and-test dep to devDependencies (#3186) 2022-05-20 14:19:04 +02: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 token-js: Add sync version of getAssociatedTokenAddress (#3171) 2022-05-17 00:30:31 +02:00

README.md

@solana/spl-token

A TypeScript library for interacting with the SPL Token program.

Install

yarn add @solana/spl-token

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
  1. Run the example:
yarn example