Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 582 Bytes

File metadata and controls

12 lines (8 loc) · 582 Bytes

Python Blockchain

🚀Build your simple and first blockchain network with python

What is Blockchain?

₿ A blockchain is a decentralized, distributed and public digital ledger that is used to record transactions across many computers so that the record cannot be altered retroactively without the alteration of all subsequent blocks and the consensus of the network.

what's in here❓

Build simple Blockchain system written in Python
Use our Blockchain with preestablished transactions represented as strings
Test the immutability of our Blockchain