Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/maaku/python-bitcoin
- Owner: maaku
- License: mit
- Created: 2012-09-26T20:49:05.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T18:56:16.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T20:47:10.350Z (2 months ago)
- Language: Python
- Homepage:
- Size: 832 KB
- Stars: 26
- Watchers: 13
- Forks: 22
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
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.