This Python script provides functionality to generate and manage EVM (Ethereum Virtual Machine) compatible wallets
- 🔑 Generate multiple EVM wallets
- 💾 Save wallet information (private keys and addresses) to a JSON file
- 🔄 Merge all wallets into a single TXT file
-
Clone this repository:
git clone https://github.com/Tnodes/evm-wallet-generator.git cd evm-wallet-generator
-
Install the required dependencies:
pip install -r requirements.txt
Run the script:
python evm.py
This project is open-source and available under the MIT License.
@Tnodes