Intro
bloc is one of bare-bone blockchain demo written by Rust, Yew during my learning BlockChain, about years ago.
see demo here
It just demonstrate the essentials of a blockchain, including User and Transaction manipulation. The underlaying layer of the blockchain adopts some common algorithms e.g elliptic curve: y^2 = x^3 + 7
, Sha256
hash and etc.
How to Use
- Install trunk
- run
trunk serve
to preview
Note that It is just a simple demo and NOT FOR PRODUCTION