BitcoinCashRegister
This app allows you to accept bitcoins on your website easily, but more importantly, it helps you associate bitcoin payments with actual purchases/ users/ etc to allow you to really use bitcoin as a currency rather than simply asking for donations with it.
It's only online dependency is blockchain.info's json API for creating 'checkout wallets' and 2 other APIs for getting currency valuation.
Installation
Add this line to your application's Gemfile:
gem 'bitcoin_cash_register'
And then execute:
$ bundle
Or install it yourself as:
$ gem install bitcoin_cash_register
Usage
Get this through to your view somehow
BitcoinCashRegister
Contributing
- Fork it ( https://github.com/[my-github-username]/bitcoin_cash_register/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