Recommended resources or tuts for Bitcoin/Bitcoin Exchange clone using Ruby/Rails?

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!

alexanderjsingleton

Posted 2015-11-12T21:43:17.050

Reputation: 137

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

Answers

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.

Jimmy Song

Posted 2015-11-12T21:43:17.050

Reputation: 7 067

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.

alexanderjsingleton 2017-10-18T16:03:40.837