This tool is used to generate random EVM wallet key pairs. This can be used to generate Multiple Burner Wallets at once !
- Clone git repo
git clone https://github.com/Solana0x/evmkeygen
cd evmkeygen
- Make changes in
key.py
to how many key pairs you wanted to Generate. By default its 10000 - Run
python key.py
to generate keys. - You will find
privatekey.txt
andpublickey.txt
files which can be used as burner wallets for airdrops and other tasks !