Skip to content

codeaudit/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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 OTC DApp (over-the-counter exchange), facilitating trustless over-the-counter trading of Ethereum-based tokens using 0x protocol.

Slack Status 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 dependencies:

npm install

Import smart contract artifacts from contracts repo:

npm run update_contracts

Start dev server:

npm run dev

Visit 0xproject.dev:3572 in your browser.

Recommended Atom packages:
Resources

Releases

No releases published

Packages

No packages published

Languages