Hi. I wanna know if web3Auth unity sdk is also working with account abstraction?
Hey @bghad1, welcome onboard. Do you have any account abstraction SDK for Unity, which you wish to use with Web3Auth? If no, let me check the account abstraction SDKs in Unity, and how it can be plugged with Web3Auth.
Hi @Ayush
Thanks.
I wanted to know if Web3Auth unity SDK supports account abstraction. I saw that the Web3Auth has support for abstraction, and I tried the Web3Auth demo test yesterday(on a desktop browser).
It isn’t apparent to me if Web3Auth will work for me or not.
Hey, we looked for AA options which you can be used in Unity but unfortunately couldn’t find as of now. What features of AA are you planning to use? Do you want to use sponsored transactions? If you are planning on using the sponsored transactions, you can use ChainSafe, they do support meta transactions.
Hey @Ayush
Thanks for the reply.
I need the user be able to have maybe the withdrawal without having native coin in their wallet.
Also I wanna make the onboarding easy for my users, so they don’t need to have wallet before my application. How these stuffs are possible with web3Auth?
Hey @bghad1, for making user onboarding easier, you can easily do that using Web3Auth. When you use the social login options with your own verifier, it’ll create a new wallet for the users dedicated to your app. The wallet won’t exist before user do login first time.
For first question, need more details. From where do you want to withdraw money to their wallet? From your app wallet to their own wallet? It’s tough to do without native coin support since we were not able to find the AA SDKs in Unity. The other option would be to create a EIP 2771 smart contract which transfer funds from caller to destination address upon calling. Then maybe you can use it meta transactions.
Hey @Ayush
So can we give the user his private key to be able to import it outside our app?
If yes, how we can do this?
When user login, you do get the private key in the response. Users can export this private key if they wish to. Checkout the login sample response. Using of PnP Unity SDK | Documentation | Web3Auth
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.