Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 619 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 619 Bytes

rust-state-machine-blockchain

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

Requirements

  • Rust/cargo (MUST)
  • crate cargo-expand (only required if you want to see the macro generated code)

How to run/test

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