Skip to content

mrrobotcrypto/crypto-wallet-cli

Repository files navigation

💰 Crypto-Wallet-CLI

A simple Python CLI tool for creating and managing crypto wallets.
Generates Bitcoin-like addresses using ECDSA and Base58 encoding.

🚀 How to Use

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

About

A simple Python CLI tool for creating and managing crypto wallets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages