Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samvrlewis/simple-bitcoin
Understanding the mechanics of Bitcoin using Python
https://github.com/samvrlewis/simple-bitcoin
Last synced: 4 months ago
JSON representation
Understanding the mechanics of Bitcoin using Python
- Host: GitHub
- URL: https://github.com/samvrlewis/simple-bitcoin
- Owner: samvrlewis
- Created: 2017-02-20T10:21:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T05:12:18.000Z (over 4 years ago)
- Last Synced: 2024-08-01T02:30:54.034Z (7 months ago)
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 102
- Watchers: 8
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Bitcoin
Understanding the mechanics of Bitcoin using Python3, the accompanying source files to [my blog post](http://www.samlewis.me/2017/06/a-peek-under-bitcoins-hood/).The files in this repo do just enough to allow you to generate an address, make a transaction and then submit that transaction to the Bitcoin blockchain.
* `bitcoin_address_utils.py` contains code to generate a Bitcoin address
* `bitcoin_transaction_utils.py` contains code to generate a signed Bitcoin transaction
* `bitcoin_p2p_message_utils.py` contains code to submit a signed transaction to the Bitcoin blockchain, via the peer to peer network