Amazing-Python-Scripts
Amazing-Python-Scripts copied to clipboard
[Script]: create a dummy CLI Blockchain prototype in Python
Aim
CLI Blockchain prototype to see how blocks are connected in a blockchain
Details
Add transactions in block and join blocks using Merkle tree algorithm and SHA-256 one way encryption algorithm [Blockchain is LinkedList on Steroids]
Record
- [X] I agree to follow this project's Code of Conduct
- [X] I'm a GSSoC'23 contributor
- [X] I want to work on this issue