I want to sync all NFTs of a specific collection (contract) that are owned by the users who connect to the app.
So instead of showing all NFTs from a collection I only want to show the ones from the users who are authenticated and in the database.
Is something like this possible?
It would also have to listen to contract events to remove NFTs if sold or transferred to users who are not connected to the app.