Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 872 Bytes

File metadata and controls

42 lines (30 loc) · 872 Bytes

WalletGen

WalletGen is a python CLI tool for generating cryptocurrency wallets for multiple chains such as bitcoin, ethereum and solana

Features

  • Supports Bitcoin, Ethereum and Solana wallets
  • Simple command-line interface
  • Displays wallet address and private key
  • Modular code structure for easy extension

Requirements

  • Python 3.12+
  • bitcoinlib
  • eth-account
  • pynacl
  • base58

Installation

  1. Clone the repository:
    git clone https://github.com/0binna-oss/WalletGen.git
    cd WalletGen
  2. Install dependecies:
    pip install -r requirements.txt

Usage

Run the CLI tool:

python3 -m src.main

Follow 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.