Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 606 Bytes

File metadata and controls

18 lines (13 loc) · 606 Bytes

Bitcoin Transaction Builder 🟡

A professional Python-based command-line tool for creating, signing, and preparing raw Bitcoin transactions.

🚀 Features

  • Accepts private key (WIF), recipient, amount, and fee from user
  • Automatically fetches UTXOs from Blockstream API
  • Signs the transaction using the private key
  • Outputs raw transaction hex for broadcasting

🛠️ Installation

Clone the repo and install dependencies:

git clone https://github.com/fazel-ebrahimi/bitcoin-transaction-builder.git
cd bitcoin-transaction-builder
pip install -r requirements.txt