Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tnodes/evm-wallet-generator

fast bulk evm wallet generator
https://github.com/tnodes/evm-wallet-generator

evm evm-blockchain

Last synced: 15 days ago
JSON representation

fast bulk evm wallet generator

Awesome Lists containing this project

README

        

# EVM Wallet Generator 🏦💼

This Python script provides functionality to generate and manage EVM (Ethereum Virtual Machine) compatible wallets

## Features ✨

1. 🔑 Generate multiple EVM wallets
2. 💾 Save wallet information (private keys and addresses) to a JSON file
3. 🔄 Merge all wallets into a single TXT file

## Installation 🛠️

1. Clone this repository:
```
git clone https://github.com/Tnodes/evm-wallet-generator.git
cd evm-wallet-generator
```

2. Install the required dependencies:
```
pip install -r requirements.txt
```

## Usage 🚀

Run the script:
```
python evm.py
```

## License 📜

This project is open-source and available under the MIT License.

## Author 👨‍💻

@Tnodes