A Rust-based project for educational purposes, exploring fundamental blockchain concepts.
Features:
- API server (Rocket)
- HTTP client (reqwest)
- Data serialization (Serde)
- CLI parsing
Prerequisites:
- Rust nightly (install via rustup)
- (Optional) Just (build tool)
Commands:
- Compile:
just build
- Test:
just test
- Run:
just run
Interact via tools like Postman after running.
Future Enhancements:
- Node discovery functionality