Skip to content

mrrobotcrypto/crypto-wallet-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

35 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

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

No packages published

Languages