@dexknot/0x
v1.1.0
Published
The submodule is a part of monorepo [Dexknot](https://github.com/yozh-io/dexknot)
Downloads
1
Readme
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';