0
1
Are there any reputable resources or tuts for re-building a Bitcoin/Bitcoin Exchange clone using Ruby/Rails (e.g. Michael Hartl tutorial)? I would like to experiment and learn more about blockchain transactions. Thank you!
0
1
Are there any reputable resources or tuts for re-building a Bitcoin/Bitcoin Exchange clone using Ruby/Rails (e.g. Michael Hartl tutorial)? I would like to experiment and learn more about blockchain transactions. Thank you!
0
The biggest Ruby-related Bitcoin project is Toshi by Coinbase.
You can obviously read through the source code. And read through the documentation in the github repo.
There's also bitcoin-ruby which should get you started on how to program bitcoin stuff using Ruby.
Thanks for the recos, Jimmy! I actually had a much easier time getting acquainted under the hood with Python via PracticalDev's SnakeCoin tutorial, which I then retooled for a variation of Node now on my GitHub.
Bitcoin is the easy part of an exchange, dealing with the currency on the other side is what costs significant time and money. The amount of paperwork required when dealing with other peoples USD is quite mind blowing. – Anonymous – 2015-11-12T22:20:05.643
I'll settle for any useful resources/tutorials concerning Bitcoin & Ruby. – alexanderjsingleton – 2015-11-12T23:40:42.413