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.
- First clone the repo
git clone https://github.com/cgcardona/blockchain.bigearth.io.git
- Change into the new directory
cd blockchain.bigearth.io
- Fire up a rails server
rails s
- Check out
localhost:3000
to see your very own fully operation instance of Blockchain.BigEarth.
- Use a prettier URL during development than
localhost:3000
by adding the following to/etc/hosts
on OS X or Linux127.0.0.1 local.blockchain.bigearth.io
For this you'll need the Heroku Toolbelt
- Create a new heroku app
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:
- API tokens
- IP Addresses
- User/Passwords
- Secret Keys
- Rails secret tokens
- Available under the MIT Open Source License
- Check out the wiki for the latest docs.
- Latest version can be found in config/initializers/version.rb and follows Semantic Versioning.
- Like what you see and want to leave a donation? Thanks! Please send any donations to 1NqrPY6xRddBmvrWVGz9ZE49ahKbYYhAUp