@dexknot/tokens
v1.1.0
Published
The submodule is a part of monorepo [Dexknot](https://github.com/yozh-io/dexknot).
Downloads
1
Readme
tokens
The submodule is a part of monorepo Dexknot.
Contains the info token API, token list requests used in different applications.
Install
- yarn
yarn add --dev @dexknot/tokens
or
- npm
npm install --dev @dexknot/tokens
Importing
Individual components can be imported:
import { getTokenList, InfoApi } from '@dexknot/tokens';