dani69654 / evm_scan_wallets

A script to generate random 12 words mnemonic and checking balances
18 stars 17 forks source link

Generate random addresses and check balances

A script that generates random 12 words mnemonic, derives the address and check for balance.

How to use it

  ETHEREUM_PRC_NODE =
  SENDGRID_API_KEY =
this.message = {
  to: null,
  from: null,
  subject: '[Wallet Scan Script] - New wallet found',
  text: '',
}

In case a valid wallet is found

The wallet information (mnemonic, address, amount of tokens held) is displayed in the console.
If the Sendgrid API key is set, the script sends an email.