Home

Awesome

Setup

Install Postgres and run:

bundle install
rake db:create
rake db:migrate

Create an account on Coinbase and put the following in a file called .env:

COINBASE_API_KEY=...
COINBASE_SHARED_SECRET=...
PRICE=0.0001

Now run the server: rails server

Codeship Status for Sjors/bitcoin-passbook