Files
protocol/packages/website
Brandon Millman a6f9718131 Publish
- 0x.js@0.27.2
 - abi-gen-templates@0.0.2
 - @0xproject/abi-gen@0.0.2
 - @0xproject/assert@0.0.7
 - @0xproject/connect@0.3.0
 - contracts@2.0.0
 - @0xproject/json-schemas@0.6.10
 - @0xproject/monorepo-scripts@0.1.0
 - @0xproject/subproviders@0.1.0
 - @0xproject/tslint-config@0.2.1
 - @0xproject/types@0.1.0
 - @0xproject/utils@0.1.0
 - @0xproject/web3-wrapper@0.1.0
 - website@0.0.2
2017-12-08 13:17:03 -08:00
..
2017-12-08 13:17:03 -08:00
2017-11-22 14:20:24 -06:00
2017-11-27 22:08:08 -06:00


0x is an open protocol that facilitates trustless, low friction exchange of Ethereum-based assets. A full description of the protocol may be found in our whitepaper.

This repository contains our website and 0x Portal DApp (over-the-counter exchange), facilitating trustless over-the-counter trading of Ethereum-based tokens using 0x protocol.

Join the chat at https://gitter.im/0xProject/contracts License

Local Dev Setup

Requires Node version 6.9.5 or higher.

Add the following to your /etc/hosts file:

127.0.0.1 0xproject.dev

Clone the 0x contracts repo into the same parent directory as this project.

Install yarn in order to install the project dependencies more deterministically.

Install dependencies:

yarn

Import smart contract artifacts from contracts repo:

yarn run update_contracts

Start dev server:

yarn run dev

Visit 0xproject.dev:3572 in your browser.

Resources