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:
$ npm run build
Serve the client locally:
$ npm run serve
src/
- Sourcesconstants.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.