Skip to content

Really naïve blockchain

Compare
Choose a tag to compare
@xxchan xxchan released this 05 Jun 15:41
· 41 commits to master since this release

A really naïve blockchain is built, following the comprehensible tutorial here.

Cross-node communication and consensus are supported. However, a node has to add peers and request for peers' information completely manually. No broadcast mechanism. Besides, a node needs all its peers' full chain to resolve conflicts, which contains huge redundancy.