I can see my transaction went through and the tokenURI is there.
https://goerli.etherscan.io/address/0x0a4c225e80d861fd4093dbccbd42652f037fc33c#readContract
But my issue is that OpenSea does not show any metadata.
Anybody has a solution?
I can see my transaction went through and the tokenURI is there.
https://goerli.etherscan.io/address/0x0a4c225e80d861fd4093dbccbd42652f037fc33c#readContract
But my issue is that OpenSea does not show any metadata.
Anybody has a solution?
what is the token uri associated with a token id?
OpenSea probably canโt use this metadataโs property names, check their metadata standards.
You should instead use:
{"name":"mecha","image":"ipfs://QmPesx2hv4A3Qqfoo4qP9zgXDKu9qofKCwWEN3LTHukVi1","description":"human"}
You are right. Thank you so much for the clarification.