Hi everyone, I’m struggle trying to understand the best way to retrieve minted items.
I have the following tables:
Collection
CollectionItems
EthNFTOwners <- Table generated by Moralis.
When I mint a collection item it is saved on EthNFTOwners but I also save the information about IPFS such as metadata and others on CollectionItems.
My question is: Do I need to call EthNFTOwners or it is fine calling CollectionItems to retrieve the minted tokens? (btw the user has to mint his item when create a collection item on my DApp).
I was wondering because I watched the video below and he retrieves the minted tokens through the table generated by Moralis.