@thorchain/asgardex-token
v0.1.1
Published
Token types and helpers for ASGARDEX clients
Downloads
35
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-token
Following peer dependencies have to be installed into your project. These are not included in @thorchain/asgardex-token
.
yarn add bignumber.js
Usage
- Use
token.test.ts
as an example to get a first overview about how to use@thorchain/asgardex-token
.