* development: (50 commits) Add PR number to changelog Address feedback Add requestId to subscription messages and update json-schemas Remove isomorphic-fetch types from contracts package Update README Regenerate files Make it private Change package name Update README Make fileExtension configurable Rename abi-gen to typed-contracts Add docs for typed-contracts Remove TODOs Introduce separate ContextData type and rework it Check ABI is defined Introduce a const for 'contract.mustache' Improve error message Reuse util Fix a typo Introduce a const for 'function' ... # Conflicts: # yarn.lock
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.