Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 544 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 544 Bytes

BlockCypher Ruby Client

Simple Ruby client for the BlockCypher API.

Setup

Simply using rubygems:

gem install blockcypher-ruby

Initializing a client

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

BlockCypher's documentation

For more information check the API docs at:

http://dev.blockcypher.com

Contributors

Contributions from CoinHako and meXBT