cast wallet address
NAME
cast-wallet-address - Convert a private key to an address.
SYNOPSIS
cast wallet address [options]
DESCRIPTION
Convert a private key to an address.
OPTIONS
Keystore Options
Wallet Options - Raw
-i
--interactive
Open an interactive prompt to enter your private key.
--private-key raw_private_key
Use the provided private key.
--mnemonic-path path
Use the mnemonic file at the specified path.
--mnemonic-index index
Use the private key from the given mnemonic index. Used with --mnemonic-path.
Defaults to 0.
Wallet Options - Keystore
--keystore path
Use the keystore in the given folder or file.
Environment: ETH_KEYSTORE
--password password
The keystore password. Used with --keystore.
Wallet Options - Hardware Wallet
-t
--trezor
Use a Trezor hardware wallet.
-l
--ledger
Use a Ledger hardware wallet.
--hd-path path
The derivation path to use with hardware wallets.
Common Options
-h
--help
Prints help information.
EXAMPLES
- Get the address of the keypair in
keystore.json:cast wallet address --keystore keystore.json