Skip to content
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.

Latest commit

 

History

History
41 lines (26 loc) · 642 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 642 Bytes

btc-ruby

Basic utilities for construction of Bitcoin Transactions

Written in Ruby

Installation

Add this line to your application's Gemfile:

gem 'btc-ruby'

And then execute:

$ bundle

Or install it yourself as:

$ gem install btc-ruby

Usage

Several basic classes are included -

Basic data types Base58 utilities Address Input Output Transaction Multisig HD key generation

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request