/ethereum-account-list

CLI tool for listing ethereum accounts

Primary LanguageJavaScriptMIT LicenseMIT

Account Detail

For a given Ethereum address, outputs info in the following format: address,hasETHbalance,hasTransactions,https://etherscan.io/address/0xaddress

oclif Version Downloads/week License

Installation

  1. Run yarn to install dependencies
  2. Add a .env file with the ETHERSCAN_API_KEY variable
  3. Run command with ./bin/run "<address>"