Skip to content

juniormichieletto/rust-state-machine-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Rust state-machine blockchain lab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages