Blockchain.BigEarth is an open source Bitcoin Block explorer w/ bookmark manager and a BTC/USD exchange rate caclulator built on the Ruby on Rails web framework.
It is powered by 3rd party webservice calls and doesn't currently require a full bitcoin node though this could change in the future as the platform grows.
The idea was to make a quality block explorer that could be set up and deployed w/ very minimal work leaving developers cycles to spend on design and extension.
git clone https://github.com/cgcardona/blockchain.bigearth.io.git
cd blockchain.bigearth.io
rails s
localhost:3000
to see your very own fully operation instance of Blockchain.BigEarth.localhost:3000
by adding the following to /etc/hosts
on OS X or Linux
127.0.0.1 local.blockchain.bigearth.io
For this you'll need the Heroku Toolbelt
heroku create
git push heroku master
Please file any bugs in the issues tracker. And of course pull requests are always encouraged and welcomed.
Any and all security issues should be reported immediately to gabr13l [at] bigearth [dot] io or @cgcardona.
I'm using figaro to handle all app sensitive information. This includes: