The Rust implementation of the-minimal-blockchain/tmb-specification.
- rustc 1.57.0
- cargo 1.57.0
Start single node in local:
cargo run
Start a 3 node's group in 3 terminal windows:
// TODO
Reference the documents part in the-minimal-blockchain/tmb-specification.