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

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.