JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q66733F
  • License Apache-2.0

Package Exports

  • @safecoin/safe-token

Readme

@safecoin/safe-token

A TypeScript library for interacting with the SPL Token program.

Install

yarn add @safecoin/safe-token

Build from Source

  1. Clone the project:
git clone https://github.com/fair-exchange/safecoin-program-library.git
  1. Navigate to the library:
cd safecoin-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