Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 527 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 527 Bytes

Automated EVM Wallet Key pairs Generator

This tool is used to generate random EVM wallet key pairs. This can be used to generate Multiple Burner Wallets at once !

Setup

  1. Clone git repo git clone https://github.com/Solana0x/evmkeygen
  2. cd evmkeygen
  3. Make changes in key.py to how many key pairs you wanted to Generate. By default its 10000
  4. Run python key.py to generate keys.
  5. You will find privatekey.txt and publickey.txt files which can be used as burner wallets for airdrops and other tasks !