@dexknot/joe-router
v1.1.0
Published
The submodule is a part of monorepo [Dexknot](https://github.com/yozh-io/dexknot).
Downloads
3
Readme
joe-router
The submodule is a part of monorepo Dexknot.
Contains API configs, hooks, types and build tx for Joe-Router protocol.
Install
- yarn
yarn add --dev @dexknot/joe-router
or
- npm
npm install --dev @dexknot/joe-router
Importing
Individual components can be imported:
import {
JoeRouter,
//Types
BestTradeParams,
TokensForTrades,
TokensForTradesParams,
SwapAvalancheType,
SwapAvalancheTypeNew,
} from '@dexknot/joe-router';