0.1.5 • Published 11 months ago

@bbachain/spl-token v0.1.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

@bbachain/spl-token

A TypeScript library for interacting with the SPL Token program.

Links

Install

yarn add @bbachain/spl-token

Build from Source

  1. Clone the project:
git clone https://github.com/bbachain/program-executor.git
  1. Navigate to the library:
cd program-executor/token/js
  1. Install the dependencies:
yarn install
  1. Build the library:
yarn build
  1. Build the on-chain programs:
yarn test:build-programs
  1. Run the tests:
yarn test
  1. Run the example:
yarn example
0.1.0

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.0.2

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.5

11 months ago

0.0.1

3 years ago