Leonid Logvinov 10c0c0b6d2
Merge pull request #385 from 0xProject/feature/0x_config_validation
Better validate ZeroExConfig on private networks
2018-02-23 13:20:28 -08:00
..
2018-02-06 17:27:47 -08:00
2018-02-14 14:35:31 -08:00
2018-02-20 12:03:21 -08:00
2018-02-14 15:25:30 -08:00
2018-02-14 11:22:36 -08:00
2018-02-16 09:53:35 -07: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.