@thorchain/asgardex-token
v0.1.1
Published
Token types and helpers for ASGARDEX clients
Readme
@thorchain/asgardex-token
Library to deal with denomination of tokens in a type safety way.
Modules
token- Core w/ constants and helper functionstypes- TypeScript types for denominations
Installation
yarn add @thorchain/asgardex-tokenFollowing peer dependencies have to be installed into your project. These are not included in @thorchain/asgardex-token.
yarn add bignumber.jsUsage
- Use
token.test.tsas an example to get a first overview about how to use@thorchain/asgardex-token.
