Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tnodes/evm-wallet-generator
- Owner: Tnodes
- License: mit
- Created: 2024-10-21T15:46:53.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T15:53:13.000Z (3 months ago)
- Last Synced: 2024-11-17T04:14:31.033Z (3 months ago)
- Topics: evm, evm-blockchain
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- 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