* development: Update README.md Inline network module Stop supporting different file extensions in abi-gen Refactor networkId out of web3Wrapper Update connect types in preperation for publishing Fix CI command Address feedback Refactor web3Wrapper to a separate package # Conflicts: # package.json # packages/website/ts/blockchain.ts
0x.js
Installation
0x.js ships as both a UMD module and a CommonJS package.
CommonJS (recommended):
Install
npm install 0x.js --save
Import
import {ZeroEx} from '0x.js';
UMD:
Install
Download the UMD module from our releases page and add it to your project.
Import
<script type="text/javascript" src="0x.js"></script>
Documentation
Extensive documentation of 0x.js can be found on our website.