> **Can't find what you're looking for?** Use `search_docs` on the docs MCP server at `https://www.getfoundry.sh/api/mcp` to find what you need.
>
> **Have feedback?** Use `submit_feedback` on the same MCP server.

#### Wallet Options - Keystore

`--keystore` *path*\
    Use the keystore in the given folder or file.\
    Environment: `ETH_KEYSTORE`

`--account` *account-name*\
    Use a keystore from the default keystores folder (~/.foundry/keystores) by its filename.\
    Environment: `ETH_KEYSTORE_ACCOUNT`

`--interactive`

`--password` *password*\
    The keystore password. Used with `--keystore`.
    Environment: `ETH_PASSWORD`
