A proof-of-work simulator built to demonstrate the internals of Bitcoin. It manually constructs block headers, iterates nonces to meet difficulty targets, and visualizes the hashing process. Created for educational demonstration of consensus algorithms.
// System Flow
1. User Input → Validation Layer (Pydantic)
2. Core Processing → AI Inference (Python)
3. Data Persistence → Database / File System
4. Response → Client UI