WalletGen is a python CLI tool for generating cryptocurrency wallets for multiple chains such as bitcoin, ethereum and solana
- Supports Bitcoin, Ethereum and Solana wallets
- Simple command-line interface
- Displays wallet address and private key
- Modular code structure for easy extension
- Python 3.12+
- bitcoinlib
- eth-account
- pynacl
- base58
- Clone the repository:
git clone https://github.com/0binna-oss/WalletGen.git cd WalletGen - Install dependecies:
pip install -r requirements.txt
Run the CLI tool:
python3 -m src.mainFollow the prompts to select a supported chain to get the generated wallet address and private key.
Note: Always keep your private keys secure and safe, This is for educational purposes only.