Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 361 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 361 Bytes

understanding-blockchain

F# blockchain implmenetation following this tutorial

TODO:

  • - Get rid of mutability. Provide pure immutable blockchain - no side effects at all!

Mutable version of blockchain available on mutable-blockchain branch.