I downloaded this repo (github.com/MoralisWeb3/youtube-tutorials/tree/main/rarible-clone)
- Added sync events as needed with this tutorial: (youtube.com/watch?v=mMu8mFPNNdA&list=PLFPZ8ai7J-iR6DMqBfZwJGc0vaNZPbJDv)
- Added cloud functions and the only change was:
from (cloud function lines 3 and 22):
const query = new Moralis.Query("NFTTokenOwners");
to:
const query = new Moralis.Query("EthNFTOwners");
Chain: Ropsten;
Domain : nft.ability-program.work/
Token Address: 0xe9f9f2af1f67a3eae45dc339f53a24841f2dbe9c
Contract Address: 0xdd45ee9770d61bb3d9dd15889f3b9cdf2b67ea22
Any ideas why it doesn’t work?
Note: User Items are rendering fine, Marketplace items don’t show up.