1.1.0 • Published 11 months ago

@dexknot/joe-router v1.1.0

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

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