Special access to NFT holders

Hi, I’m pretty new to Cardano so sorry for the noobish question.

I’m working on a NFT project that I want to release on Cardano. One of the main “selling points” of this project is that NFT holders will have special access to more content on our website.

How can I check if a person holds this NFT in their wallet?

1 Like

First your app will need to ask users to export their wallet public key.

From here you have many ways to query holdings:

Thanks for the reply

Could you point me in the right direction on how to do this part?

For users it varies by which wallet they are using but assuming you are making some kind of webapp integration on your end this usually can be achieved via QR code, web form, clipboard, etc. As with most development there is many solutions and it’s up to you to decide what is right for your use cases.

At the end of the day it’s effectively just a string that contains their public wallet id …