1.1.0 • Published 3 years ago
@dexknot/0x v1.1.0
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/0xor
- npm
npm install --dev @dexknot/0xImporting
Individual components can be imported:
import {
ZeroEx,
networkBaseUrlByChainId,
//Interfaces
FetchParams,
ZeroExQuoteResponse,
} from '@dexknot/0x';