0.1.0 • Published 8 months ago

@bbachain/spl-token-swap v0.1.0

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

Token-swap JavaScript API

The Token-swap JavaScript library comprises:

  • A library to interact with the on-chain program
  • A test client that exercises the program
  • Scripts to facilitate building the program

Getting Started

First fetch the npm dependencies, including @bbachain/web3.js, by running:

$ npm install

Build the on-chain program

$ npm run build:program

Run the test client

$ npm run start-with-test-validator
0.1.0

8 months ago