-
Notifications
You must be signed in to change notification settings - Fork 6
Runbook
cardano-node-wiki edited this page Apr 20, 2023
·
1 revision
cardano-cli address build \
--testnet-magic 42 \
--payment-verification-key-file $VERIFICATION_KEY_FILE
CARDANO_NODE_SOCKET_PATH=example/main.sock \
cardano-cli query utxo \
--testnet-magic 42 \
--address $ADDRESS
The cardano-node
wiki has moved. Please go to (https://github.com/input-output-hk/cardano-node-wiki/wiki) and look for the page there.