Hi,
We made a NFT marketplace compliance with OpenSea standard: metadata on IPFS with a compatible JSON.
However mobile MetaMask does not show the NFT image while OpenSea shows.
I tried to put ipfs://
on the suffix of the image URL but MetaMask simply does not show it (with or without it).
The MetaMask documentation isn’t clear and don’t provide any help to developers.
I can see it on OpenSea:
assets/0x277ec92bbbb2e016915c997bdb1aae795279d652/10
An example of our metadata:
{ “image”:”QmTXY3TkqW8LdsoMvwje4xMuKAVoT4kCHJZd8BceNajZnD”, “name”:”Full Fathom Five”, “description”:”(...)”, “price”:0, “external_url”:”https://in.klusive.com/asset/QmTXY3TkqW8LdsoMvwje4xMuKAVoT4kCHJZd8BceNajZnD”, “attributes”:[ { “trait_type”:”Author”, “value”:”Jackson Pollock” } ] }
Any help?