Fabio Berger d9c80e9b6a Merge branch 'monoRepo' of github.com:0xProject/0x.js into monoRepo
* 'monoRepo' of github.com:0xProject/0x.js:
  Fail the tests on tsc error
2017-11-13 12:31:34 -05:00
..
2017-11-13 12:30:01 -05:00
2017-11-13 12:30:01 -05:00
2017-11-13 12:27:20 -05:00
2017-11-13 12:21:25 -05:00

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.