Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 404 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 404 Bytes

Python Blockchain

Built using Maximilian Schwarzmüller's course on Udemy. This is not intended to be a production-ready blockchain.

Possible Improvements:

  • Better error handling
  • Scalability
  • Broadcast with async
  • Scheduled broadcasting
  • Dynamic mining difficulty
  • Merkle Tree for transaction validation