I am using cardano-cli and cardano-node versions 1.32.1.
I am following the guide on how to mint an NFT using TestNet. Everything works until I get to the following command: cardano-cli query utxo --address $address --testnet-magic 1097911063
The address variable is equal to: addr_test1vz8aphltlnpjtq5acghqv2x5rp830qmrmwsmu9ngwy5umrs00t37h
According to the tutorial I should have an output that displays TxHash, TxIx, and Amount. Instead I receive the following:
You are probably using the wrong address here in the cardano-cli query utxo command.
Nobody can check if you don’t post the address. Maybe you moved the tADA to another address with your transaction.
That output definitely looks like what I was expecting.
To the best of my knowledge, the node should be in sync.
This is my first time ever dealing with NFT’s and Cardano. My knowledge really only goes as far as the tutorials. Is there a way to verify that I am fully synced?