Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 680 Bytes

File metadata and controls

27 lines (17 loc) · 680 Bytes

🔐 Bitcoin Transaction Signer (P2PKH)

This project demonstrates how to create and sign a raw Bitcoin transaction using a private key in WIF format.

⚠️ This code is for educational and testing purposes only.
⚠️ Do not use with real funds unless you understand what you're doing.


🚀 Features

  • Sign a raw Bitcoin transaction (P2PKH)
  • Use your own WIF private key
  • Customize input/output addresses and amounts
  • Optional broadcasting to the Bitcoin network

📦 Requirements

Install dependencies:

pip install -r requirements.txt