A real-time trade viewer for the 0x protocol.
Visit it at http://0xtrades.info
This app takes the following URL search parameters as debug options:
debug
: Enable debug loggingprovider
: Select web3 provider, choice ofcurrent
,localhost
,infura
Install dependencies:
$ npm install
Bundle the JS application:
$ webpack
Serve the client locally:
$ browser-sync start -s docs -f docs
client/
- Applicationconstants.ts
- Constantsstructs.ts
- Structuresmodel.ts
- Modelview.ts
- Viewcontroller.ts
- Controllerpanels.ts
- View Panelslogger.ts
- Loggerapp.ts
- Top-level and Entry Pointweb3-provider-engine.d.ts
- web3-provider-engine type definitions
docs/
- Websitecss/
app.css
- Website stylesheet
js/
bundle.js
- Bundled JS application
index.html
- Website layout
LICENSE
- MIT LicenseREADME.md
- This README
0xtrades.info is MIT licensed. See the included LICENSE file.