Skip to content
/ btc-ruby Public

Basic bitcoin utilities in Ruby, especially geared towards transactions and wallets

License

Notifications You must be signed in to change notification settings

lkang/btc-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Basic bitcoin utilities in Ruby, especially geared towards transactions and wallets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages