Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maaku/python-bitcoin

A collection of types, crypto functions, script interpreter, and utility functions needed to implement the bitcoin protocol.
https://github.com/maaku/python-bitcoin

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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.