lhartikk / naivechain

A blockchain implementation in 200 lines of code
Apache License 2.0
5.28k stars 1.15k forks source link

Is it Blockchain implementation ? #22

Open mpostol opened 6 years ago

mpostol commented 6 years ago

From the readme we can learn:

This project is an attempt to provide as concise and simple implementation of a blockchain as possible.

But my concern is if it is Blockchain at all? Let's compare it with definition I have just proposed:

IoT in the Context of Blockchain Main Technology Features

I have faced this question writing my readme.md for the naivechain implementation in C#. It is available here: NBlockchain