A simple blockchain implementation using Python, Flask, and Proof-of-Work.
✅ Blockchain with Proof-of-Work
✅ Peer-to-Peer Network
✅ Transaction Handling
✅ REST API
git clone https://github.com/TecXCTO/TecXBC.git
cd TecXBC
pip install -r requirements.txt
python run.py