Ridiculously-basic-blockchain
This is an utterly bare bones python implementation of blockchain that can help beginners like me get an understanding of how it works. I have not implemented any proof-of-work or consensus algorithms here.
Description - Barebones, totally non real world version of blockchain I wrote in order to understand it
Python
This is an utterly bare bones python implementation of blockchain that can help beginners like me get an understanding of how it works. I have not implemented any proof-of-work or consensus algorithms here.