BlathanAevon / evm_wallets_generate

A python program that generates desired amount of EVM wallets and writes them to the csv table

Home Page:https://ethereum.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

evm_wallets_generate

**A simple script to generate EVM networks wallets using Python **

Static Badge

Python Installation:

  1. Clone the repository
git clone https://github.com/BlathanAevon/evm_wallets_generate.git
  1. Go to directory
cd evm_wallets_generate/python

or (on Windows)

cd evm_wallets_generate\python
  1. Virtual Environment creation
python (or python3) -m venv venv
  1. Activate the virtual environment
    • Windows
      venv/Scripts/activate
    • Linux and MacOS
      source venv\bin\activate
  2. Install dependencies (modules)
pip install -r requirements.txt

Run the program

python main.py

About

A python program that generates desired amount of EVM wallets and writes them to the csv table

https://ethereum.org


Languages

Language:Python 100.0%