Leonid 62e3feeb94
Merge pull request #319 from 0xProject/feature/final-monorepo
Import last TS packages into the monorepo
2018-01-13 02:03:22 +01:00
..
2018-01-12 22:16:45 +01:00
2018-01-11 13:22:37 +01:00
2018-01-11 17:45:36 +01:00
2018-01-04 16:32:03 +01:00
2018-01-10 11:24:37 +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.