Metadata-Version: 2.4
Name: bc-4
Version: 0.1.0
Summary: Standalone package for bc-4
Author: Charan
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# bc-4

A minimal Python blockchain with a genesis block, SHA-256 block hashing and pending transactions.
Simulates three clients (Alice, Bob, Charlie) sending transactions and prints the resulting chain.
