Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 536 Bytes

File metadata and controls

13 lines (11 loc) · 536 Bytes

rustychain

A simple blockchain implementation in rust. This is a learning project with two goals: to learn the intricacies of blockchains and as a first serious rust project.

The blockchain implementation is heavily based on that of bitcoin with the noticeable exclusion of the proof-of-work. This simple implementation is intended to run among (mostly) trusted nodes.

It appears that someone else has beat me to the 'rustychain' name, so a rename is likely to happen in the future.