Skip to content

BlathanAevon/evm_wallets_generate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages