Hi Iâm Rivindhu,
I want to build a website like opensea. When people come in to the website they should see their all nfts in the wallet by connecting their wallet to the website. Also users must be able to sell their NFTs without manually typing the âtoken idâ and âcontract addressâ.
Iâve already created, user to connect their wallets to the website and display all the NFTs in their wallet by using moralis âGet NFTs by walletâ api and thirdweb sdk.
But I still unable to create a functionality to user to sell their NFTs without manually typing the âtoken idâ and âcontract addressâ.
But I believe this could be done by using moralis api to get NFT metadata by only using wallet address (like âGet NFTs by walletâ api). If this possible I can get the âcontract addressâ and âtoken idâ metadata by using moralis api, and after that I can call the thirdweb âlist for saleâ function to allow user to sell their nfts in the wallet without manually typing the âcontract addressâ and âtoken idâ.
To achieve this I need your help. Thank you!