# simple-bitcoin **Repository Path**: mirrors_lepy/simple-bitcoin ## Basic Information - **Project Name**: simple-bitcoin - **Description**: Understanding the mechanics of Bitcoin using Python - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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