Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 258 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 258 Bytes

rusty-chain

A toy POW blockchain written in Rust that I'm going to play around with. Implementation is adapted from this video: https://www.youtube.com/watch?v=U8GGZ4TqlQs

To run:

cargo build && cargo run

TODO:

  • Add a real native Token