https://github.com/tnodes/evm-wallet-generator
fast bulk evm wallet generator
https://github.com/tnodes/evm-wallet-generator
evm evm-blockchain
Last synced: 8 months ago
JSON representation
fast bulk evm wallet generator
- Host: GitHub
- URL: https://github.com/tnodes/evm-wallet-generator
- Owner: Tnodes
- License: mit
- Created: 2024-10-21T15:46:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T15:53:13.000Z (over 1 year ago)
- Last Synced: 2025-04-14T07:41:12.764Z (about 1 year ago)
- Topics: evm, evm-blockchain
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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