Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 624 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 624 Bytes

Bcoin

Setup

Setup bcoin by following the steps on their bcoin git repo

Install redis, more info here

$ brew install redis

Install

$ git clone git@github.com:abMatGit/bitcoin-hackathon.git
$ cd bitcoin-hackathon

Run bcoin on simnet

bcoin --network simnet --nodes 10.7.64.53,redsquad.dev.purse.io --host '::' --public-host <insert your network ip>

Run the app

$ npm install

$ npm start