A Python blockchain simulator demonstrating OOP concepts.
uv run main.py- Create wallets (start with 100 BTC)
- Send transactions between wallets
- View blockchain
- Validate chain integrity
wallet.py- Wallet classblockchain.py- Transaction, Block, GenesisBlock, Blockchain classesmain.py- Interactive menu# Simple-Blockchain-Simulator