Usage
Persistent Flags
Subcommands
list
List all accounts with their ETH balances.eth_accounts and eth_getBalance for each account. Displays balances in ETH.
Example Output
Multi-chain
fund
Fund an account with a specific amount of ETH.
Converts the ETH amount to wei and calls
anvil_setBalance or hardhat_setBalance.
Examples
impersonate
Impersonate an address, allowing transactions without the private key.
Calls
anvil_impersonateAccount or hardhat_impersonateAccount.
Examples
generate
Generate and fund new deterministic test accounts.
Generates deterministic addresses and funds each with 10,000 ETH.