1.1.0 • Published 11 months ago

@dexknot/0x v1.1.0

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

0x

The submodule is a part of monorepo Dexknot

Contains ZeroEx class providing the ability to execute swap transactions using the 0x protocol.

Install

  • yarn
yarn add --dev @dexknot/0x

or

  • npm
npm install --dev @dexknot/0x

Importing

Individual components can be imported:

import {
  ZeroEx,
  networkBaseUrlByChainId,

  //Interfaces
  FetchParams,
  ZeroExQuoteResponse,
} from '@dexknot/0x';