rezoo / python-bitcoin

A collection of types, crypto functions, script interpreter, and utility functions needed to implement the bitcoin protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-bitcoin

A modular, extensible implementation of the Bitcoin data structures and internal protocol in Python. Additionally includes an RPC proxy for communicating with a running bitcoind instance. When possible, Pythonic idioms are preferred over legacy bitcoin structures. Forked from the pynode project managed by Jeff Garzik.

About

A collection of types, crypto functions, script interpreter, and utility functions needed to implement the bitcoin protocol.

License:MIT License