Hello,
We create our own SmartContract ( ERC-721 standard) on the BinanceSmartChain.
We add the token NFT to the metamask, no problem on this part.
However we can’t access to the NFT image…
The tokenURI send to this URL :
https://[project-secret]/api/metadata/0
{
name: "[project-secret]Official Logo",
image: "https://project-secret/images/artworks/61f709dfb575c_uniwave_logotype_stroke_blue%20(4).png",
ipfs: "ipfs://QmW7uAWDtivoxxmPrXnNopZhCDr7ikR66QTxoBovNu2oLi",
description: "Unique Logo from X.",
edition: 1,
date: {
date: "2022-01-30 22:06:32.000000",
timezone_type: 3,
timezone: "UTC"
},
compiler: "X"
}
The image is link to our storage, we tried with the IPFS link too… not working.
If you have any idea ? It will be sad if owner can’t see their beautiful NFT on their mobile phone
Is your NFT on a marketplace like OpenSea? MetaMask uses third-party APIs to display NFTs in your wallet. If your NFT is not on one of the marketplaces that MetaMask uses to detect NFTs then they unfortunately cannot be displayed.