• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Any Ruby developers here?

nmarley

Administrator
Dash Core Group
I've cloned the BTCRuby library that Mycelium Gear is based off of (what The Daily Decrypt uses for donations), and converted it to work with Dash. I've tested it myself, but it's far from production-ready. It does work to generate addresses, read/parse WIFs, and can properly generate BIP32 address with (proper) extended pub/priv keys. By "proper", I mean they start with "drkv" or "drkp".

Anyway, here's the library for anyone interested in playing around with it:

https://github.com/nmarley/dashruby

The "generating_an_address.rb" sample actually works, but I still need to convert the others. I plan to try and integrate it with the "straight" and "straight-server" projects eventually. I've been coding away for a couple days on this and there's still a lot more to do, but my eyes are tired and I need to rest.
 
Back
Top