Setup bcoin by following the steps on their bcoin git repo
Install redis, more info here
$ brew install redis
$ git clone [email protected]:abMatGit/bitcoin-hackathon.git
$ cd bitcoin-hackathon
bcoin --network simnet --nodes 10.7.64.53,redsquad.dev.purse.io --host '::' --public-host <insert your network ip>
$ npm install
$ npm start