Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages