Creating Wallet Payment and Stake Keys and Addresses
cd
mkdir preprodnet/wallets preprodnet/wallets/wallet1
cd ~/preprodnet/wallets/wallet1cardano-cli address key-gen \
--verification-key-file payment.vkey \
--signing-key-file payment.skeycardano-cli stake-address key-gen \
--verification-key-file stake.vkey \
--signing-key-file stake.skeycardano-cli address build \
--payment-verification-key-file payment.vkey \
--stake-verification-key-file stake.vkey \
--out-file payment.addr \
--testnet-magic 1

PreviousConfiguring the Topologies of the Relay and Block Producing NodesNextSending ADA, a Simple Transaction Guide
Last updated