Leonid Logvinov 01bc254cd0
Fix a typo
2017-12-20 14:45:13 +01:00
..
2017-12-15 13:30:19 +01:00
2017-12-20 14:02:25 +01:00
2017-12-20 14:45:13 +01:00
2017-12-20 14:02:24 +01:00
2017-12-14 15:47:03 +01:00
2017-11-13 12:21:25 -05:00
2017-11-13 20:57:26 -05: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.