Get wallet address by social login

I am making a game with web3auth social login and I want a wallet for users to get or transfer nft from game. so how can I get the wallet address for social login for every user is it possible or not?



Originally posted by: ppoz

Check the discussion at: https://github.com/orgs/Web3Auth/discussions/627

You can use web3auth sdk to create a wallet by social logins and torus wallet ui plugin to transfer nfts and tokens. Please find below links for the reference:
Demo: https://demo-app.web3auth.io/
Doc web3auth sdk: https://web3auth.io/docs/sdk/web/
Torus wallet ui plugin: https://web3auth.io/docs/sdk/web/community/plugins/torus-wallet



Originally posted by: rinzler99

When user login with web3auth it returns user's dapp scoped private key, you can use this key to generate user's wallet with the corresponding blockchain library.



Originally posted by: himanshuchawla009