Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 413 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 413 Bytes

dbh-b9lab-hackathon

repository for the Dutch Blockchain Hackathon

BCH compliance

How to run:

  • client running, connected to ropsten
  • in www/app, run python -m SimpleHTTPServer 3030
  • visit 127.0.0.1:3030 with your browser

How to run tests

  • sudo npm install -g mocha
  • in www/test, do npm install