Overview
Cardano address structure
cardano-cli address build --help
Build a Shelley payment address, with optional delegation to a stake address.
Available options:
--payment-verification-key STRING
Payment verification key (Bech32-encoded)
--payment-verification-key-file FILE
Filepath of the payment verification key.
--payment-script-file FILE
Filepath of the payment script.
--stake-verification-key STRING
Stake verification key (Bech32 or hex-encoded).
--stake-verification-key-file FILE
Filepath of the staking verification key.
--stake-script-file FILE Filepath of the staking script.
--stake-address ADDRESS Target stake address (bech32 format).
--mainnet Use the mainnet magic id. This overrides the
CARDANO_NODE_NETWORK_ID environment variable
--testnet-magic NATURAL Specify a testnet magic id. This overrides the
CARDANO_NODE_NETWORK_ID environment variable
--out-file FILE Optional output file. Default is to write to stdout.
-h,--help Show this help textThe StakeValidator type
Last updated