Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Latest commit

 

History

History

client

Client

A real-time trade viewer for the 0x protocol.

Visit it at http://0xtrades.info

Debugging

This app takes the following URL search parameters as debug options:

  • debug: Enable debug logging
  • provider: Select web3 provider, choice of current, localhost, infura

Building

Install dependencies:

$ npm install

Bundle the JS application:

$ npm run build

Serve the client locally:

$ npm run serve

File Structure

LICENSE

0xtrades.info is MIT licensed. See the included LICENSE file.