Rust project creating a Blockchain State machine inspired from Polkadot SDK for studying.
Wanna try as well? Use the link below ;)
build.w3d.community/courses/Rust_State_Machine
- Rust/cargo (MUST)
- crate cargo-expand (only required if you want to see the macro generated code)
The main has a code sample interacting and printing the runtime at the end, see:
cargo run
Execute all tests:
cargo test
To visualize the macros output:
cargo expand