Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: themgp on June 02, 2013, 09:33:55 AM



Title: Bitcoin-cigs: A Ruby Gem to verify signed Bitcoin messages
Post by: themgp on June 02, 2013, 09:33:55 AM
Hey all.  I wanted to announce a Ruby Gem I made for verifying signatures of Bitcoin messages.

https://github.com/michaelgpearce/bitcoin-cigs

Currently it only verifies messages.  I'll most likely add messaging signing soon.

Its a pretty direct port of the Python Armory source. Thanks a lot @jackjack for getting me started on this.