Skip to content

robdoesstuff/0xtrades.info

 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.6%
  • JavaScript 0.4%