Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 294 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 294 Bytes

code.py

This code implements a basic blockchain structure using Python, with a Block class representing individual blocks and a Blockchain class managing the chain. It demonstrates how blocks are linked together through hash values and showcases the addition of new blocks to the chain.