Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 795 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 795 Bytes

Bitcoin-like Instructional Blockchain

1

Instructional blockchain develop project of SGBL

Objective

Our project is developing simple Bitcon-like(UTXO based) blockchain core including grading fucntion whether user implements blockchain's components correctly-e.g.,consensus protocol and block/transaction validation. Grading function is inspired by Pintos, which is simple operating system.

Fill in the blanks, simulate your own code, check the score, and modify it.

Overview

instructional blockchain