Skip to content

Commit

Permalink
add .travis.yml and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wink committed Sep 9, 2013
1 parent 1a9e170 commit dd892d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: ruby
rvm:
- 2.0.0
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

MoneyTree is a Ruby implementation of Bitcoin Wallets. Specifically, it supports [Hierachical Deterministic wallets](http://) according to the protocol specified in [BIP0032](https://en.bitcoin.it/wiki/BIP_0032).

If you find this helpful, please consider a small Bitcoin donation to 1nj2kie1hATcFbAaD7dEY53QaxNgt4KBp

## Installation

Add this line to your application's Gemfile:
Expand All @@ -16,9 +18,12 @@ Or install it yourself as:

$ gem install money-tree

## Prerequisites
MoneyTree will only work with Ruby 2.0.0 and greater. This is because the version of OpenSSL included with previous versions of Ruby did not include an OpenSSL::PKey::EC::Point#mul (point multiplication) method, which is required in order to calculate a Bitcoin public key from a private key.

## Usage

TODO: Write usage instructions here
Documentation coming very soon! For now, please feel free to browse the source and specs.

## Contributing

Expand Down

0 comments on commit dd892d7

Please sign in to comment.