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

Latest commit

 

History

History
19 lines (12 loc) · 285 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 285 Bytes

Examples

This directory contains examples of Parity Order Book usage.

Usage

Run the Node example:

node server.js

To run the browser example, first bundle browser.js with its dependencies:

(cd ..; npm run browserify)

Then open browser.html in a browser.