1.1.0 • Published 11 months ago

@dexknot/contract v1.1.0

Weekly downloads
-
License
-
Repository
github
Last release
11 months ago

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';