0x.js ships as both a UMD module and a CommonJS package.
Install
npm install 0x.js --save
Import
import { ZeroEx } from '0x.js';
If your project is in TypeScript, add the following to your tsconfig.json
:
"include": [
"./node_modules/web3-typescript-typings/index.d.ts",
"./node_modules/ethers-typescript-typings/index.d.ts"
]
Install
Download the UMD module from our releases page and add it to your project.
Import
<script type="text/javascript" src="0x.js"></script>
Extensive documentation of 0x.js can be found on our website.