🛡️ Rust Blockchain Ledger
As part of my Computer Science degree, I developed a blockchain in Rust focused on academic record-keeping.
Key features:
- Written entirely in Rust using Tokio and Axum.
- Implements Proof of Authority (PoA) consensus.
- Node authentication via digital certificates.
- RESTful API for record insertion and queries.
- Follows clean architecture and modular separation.
This project demonstrates my ability to build production-grade systems with Rust and strong architectural principles.