Package Exports
- @safecoin/safe-token
Readme
@safecoin/safe-token
A TypeScript library for interacting with the SPL Token program.
Links
Install
yarn add @safecoin/safe-tokenBuild from Source
- Clone the project:
git clone https://github.com/fair-exchange/safecoin-program-library.git- Navigate to the library:
cd safecoin-program-library/token/js- Install the dependencies:
yarn install- Build the library:
yarn build- Run the tests:
yarn test- Run the example:
yarn example