Rust Blockchain is an unopinioned blockchain framework that helps you to develop a blockchain project.
The chain
module handles block import and state storage. Assumptions
we have in this module:
Block
, which consists of a hash, and has a parent
block. It forms a chain.Block
there is a corresponding State
.