The Hashbros-coin web app is a coin agnostic web API that interacts with the Stratum DB to expose a northbound REST API for the main Hashbros web server.
- Clone down the repo
- Bundle and install any needed dependencies
- Set up the DB: rake db:create, rake db:migrate, rake db:seed
- Start that bish up : rails s