Simple Ruby client for the BlockCypher API.
Simply using rubygems:
gem install blockcypher-ruby
If you want to use BTC on the main net, which is normally what you want to do, it's as simple as:
block_cypher = BlockCypher::Api.new
For more information check the API docs at: