Skip to main content

Usage

Persistent Flags

Subcommands


list

List all accounts with their ETH balances.
Queries 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

Impersonation is useful for testing interactions with whale accounts or governance addresses on forked networks.

generate

Generate and fund new deterministic test accounts.
Generates deterministic addresses and funds each with 10,000 ETH.

Examples