A simple Python CLI tool for creating and managing crypto wallets.
Generates Bitcoin-like addresses using ECDSA and Base58 encoding.
pip install ecdsa base58
python wallet.py
## ๐งฐ CLI Features
- Interactive menu (generate, list, export, exit)
- Wallets automatically saved to `wallets.json`
- Secure ECDSA key generation
- Simple and intuitive terminal interface
Run:
```bash
python wallet_cli.py
## ๐ New Features (v2.1)
- Send transactions directly to the blockchain network
- Automatic mempool integration and mining support
- Real-time balance updates through REST API
## ๐งพ Transaction Logging
- Every sent transaction is stored locally in `transactions.log`
- You can view the full history directly from the CLI