hello,
We have a platform that uses web3auth for wallet creation and login and are looking to link in users Discord accounts, so that we can have Discord roles gated by NFTs sent to their wallets.
What is the best way to implement this?
hello,
We have a platform that uses web3auth for wallet creation and login and are looking to link in users Discord accounts, so that we can have Discord roles gated by NFTs sent to their wallets.
What is the best way to implement this?
Hi @0xkakumei,
I hope you are doing great. I think the best way is to use no-modal to connect to Discord.
Once the user log-in you can read the NFT smart contract and talk to a discord bot to change the user permissions if the user has the NFT. The user Discord information can be accessed with web3auth.getUserInfo();
please contact me if you have any trouble in the process
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.