Webbtc API library for Ruby.
Details of the API use can be found on the [official page][http://webbtc.com/api].
Add this line to your application's Gemfile:
gem 'webbtc-ruby', '~> 0.0.4', github: 'genaromadrid/webbtc-ruby'
And then execute:
$ bundle
Or install it yourself as:
$ git clone https://github.com/genaromadrid/webbtc-ruby.git
$ cd webbtc-ruby
$ bundle
$ gem build webbtc-ruby.gemspec
$ gem install webbtc-ruby-[version].gem
require 'webbtc'
Webbtc.address('18dGd4xtx5F2u7WEg3vsa2K2cT3dzwwZzG')
- Fork it ( https://github.com/[my-github-username]/webbtc-ruby/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request