A simple educational project to explore how blockchain works under the hood. Includes basic block structure, hashing, validation, and a minimal Proof-of-Work implementation. Built in C# as a learning exercise — not for production use.
- Block creation and linking
- Chain validation
- Simple Proof-of-Work
- JSON file persistence
- Console interaction