Author

Topic: New Python-based Bitcoin Utility Library (Read 418 times)

newbie
Activity: 3
Merit: 0
June 25, 2013, 03:04:24 PM
#1
Take a look:

https://github.com/richardkiss/pycoin

This is an implementation of a bunch of utility routines that may be useful when dealing with Bitcoin stuff. It has been test with Python 3.3 (but not Python 2.7).

  • ECDSA Signing and Verification
  • Encoding
  • BIP0032 Wallet
  • Transaction Validation and Signing

It's very easy to create and sign new standard transactions with this library.
Jump to: