Thank you for the solution. I have encountered another problem, Iām unable to sign in using meta mask on clicking authenticate button, it doesnāt show or pop up anything after clicking authenticate, also cannot see any NFTS in my collection by default
Hey you need to be authenticated before itāll show all your NFTs
and can you check any error in the console?
Hi sorry to bother you all Iām having trouble with the nft boilerplate shown in the middle of the video itās said that itās on the repository but I canĀ“t find it.
Iām talking about the contact shown on remix
Hi I have minting an image with rarible, which is plugin provided by moralis.
But still, i didnāt see anything in your collections tab
Please help me with this.
Thank you.
try to wait
otherwise import it in MetaMask, there is a choice in Metamask (mobile app) you can import by address and ID and then will be in your MetaMask then it should appear under your collection
Also make sure at which network you are?
I think this NFT in rinkeby test net?
you can use it but you have to change the address because this tutorial is used for Mumbai test net, so you have two choices:
1- get NFT on Mumbai test net, and you can make the Market work fine or
2- you use this NFT (rinkeby) and you have to deploy your contract (market.sol) to the rinkeby and get this address, change it in the codeā¦ or if somebody else already deployed to the rinkeby you can take this address and test it.
how can i change the specified solidity version i.e. 0.5.6 to 8.4 plz help
pragma solidity ^0.8.4; // first line
i meant the compiler solc version
Thanks a lot for helping me, Itās the polygon mainnet I do try your method but without success.
Can you guys help me? I still canāt manage to fix the Explore tab, it still simply doesnāt display my contractās NFTs even tho I sold from āYour Collectionsā tab and NFT was sent to the NFT contract but itās not shown on Explore Market tab. Transactions also work, itās just the explore tab
what exactly your issue?
I would suggest to go online Remix - Ethereum IDE, is update and then link your project to the Remix then you can change the version of sol in the first line.
Try to install in your command window:
npm install -g remixd
npm i -g @remix-project/remixd
remixd -s C:\Usersā¦ (put here the extension where your project is)
then in Remix, there is connection you can connect your local machine to Remix to write .sol
i have had this same issue
Did you manage to fix it?
Hi, @ennng
I Get NFT in mainnet still i didnāt get any thing in āyour collectionsā tab
Please help me with this.
thank you.
I answer you above
make sure at which network you are?
I think this NFT in rinkeby test net?
you can use it but you have to change the address because this tutorial is used for Mumbai test net, so you have two choices:
1- get NFT on Mumbai test net, and you can make the Market work fine or
2- you use this NFT (rinkeby) and you have to deploy your contract (market.sol) to the rinkeby and get this address, change it in the codeā¦ or if somebody else already deployed to the rinkeby you can take this address and test it.
Also import the NFT in your MetaMask, there is a choice in Metamask (mobile app) you can import by address and ID and then will be in your MetaMask then it should appear under your collection
Thank for your reply.
when i try to import NFT in metamask i got the following notification
We could not verify ownership. this maybe because the standard is not supported or the asset does not exist on your selected network
Thank you.
Try to import your NFT first to your MetaMask using mobile App, then add the address of the NFT to helper and collection in your code this should work if you choose the right network from the top menu in the Dapp