Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.6 KB

README.md

File metadata and controls

57 lines (41 loc) · 1.6 KB

0xtrades.info License

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:

$ webpack

Serve the client locally:

$ browser-sync start -s docs -f docs

File Structure

LICENSE

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