Brandon Millman 89547332ee Merge branch 'development' into feature/tslint-config/underscore-protected-members
* development:
  Updated contract generation in 0x to new abi-gen CLI
  Removed deprecated CLI options
  Added PR # to the changelog of abi-gen
  Added CLI options for explicit specifying location of partials and main template
2018-01-31 12:38:12 -08:00
..
2018-01-16 14:01:46 +01:00
2018-01-30 16:26:42 -08:00
2018-01-30 16:26:42 -08:00
2018-01-30 13:45:20 +01:00
2018-01-04 16:32:03 +01:00
2018-01-12 22:16:45 +01:00

0x.js

Installation

0x.js ships as both a UMD module and a CommonJS package.

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.