Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any Bitcoin Payment solutions for Ruby? [closed]

Working in Ruby (and perhaps Rails). Are there any ways of accepting and managing payments in Bitcoin for Ruby or Rails?

like image 611
B Seven Avatar asked Mar 13 '13 18:03

B Seven


2 Answers

Have you looked at Github: https://github.com/lian/bitcoin-ruby

There are a few other gems up there related to bitcoin written in Ruby.

See query: https://github.com/search?q=bitcoin+ruby&type=Repositories&ref=searchresults

like image 77
Richard Brown Avatar answered Sep 26 '22 01:09

Richard Brown


There is a Ruby example code here https://en.bitcoin.it/wiki/API_reference_%28JSON-RPC%29#Ruby
Also check this gem in Github https://github.com/davout/bitcoin-central

like image 35
suren Avatar answered Sep 22 '22 01:09

suren