How to check the metadata of a token on IPFS

For example, to check if the NFT is correctly available on https://polygonscan.com/, in our case on Testnet https://mumbai.polygonscan.com/, we copy the address of the contract.

Enter these in our tokenforge blockchain explorer https://ninja.tokenforge.tech/ or directly on https://polygonscan.com/ or https://mumbai.polygonscan.com/ (if TestNet).

Copy another TokenID that we want to verify.

The TokenID must be entered into the tokenURI. The result will then be displayed, and we will copy the hash value.

And add it for example under http://www.ipfs.io/ipfs/. Here we can now see the stored metadata and attributes.

Last updated