Hey all so my end goal is to be able to do the following:
- pull the list of token IDs that a person has in their wallet from a specific collection
so basically with the push off a button, check which NFTs they have from collection X and return a list of the IDs: 13, 193, 1331, etc.
I am trying to use the infura Call option to do this but 1) am struggling with even getting it set up after reading the docs and 2) am not certain if this is the right path. anyone have suggestions?