se3000 / ruby-client

Ruby SDK for BlockCypher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlockCypher Ruby Client

Simple Ruby client for the BlockCypher API.

Setup

Simply using rubygems:

gem install blockcypher-ruby

For Rails apps

Add this line to your application's Gemfile:

gem 'blockcypher-ruby', '~> 0.2.4', :require => 'blockcypher'

And then execute:

$ bundle install

Or install it yourself as:

$ git clone https://github.com/blockcypher/ruby-client.git
$ cd ruby-client
$ bundle
$ gem build blockcypher-ruby.gemspec
$ gem install blockcypher-ruby-0.2.4.gem

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

About

Ruby SDK for BlockCypher

License:Apache License 2.0


Languages

Language:Ruby 100.0%