@dexknot/contract
v1.1.0
Published
The submodule is a part of monorepo [Dexknot](https://github.com/yozh-io/dexknot) which contains contract used in different applications.
Downloads
3
Readme
contract
The submodule is a part of monorepo Dexknot which contains contract used in different applications.
Install
- yarn
yarn add @dexknot/contract
or
- npm
npm install @dexknot/contract
Importing
Individual components can be imported:
import { getAllowance, getContract, getTokenBalances, getTokenInfo } from '@dexknot/contract';