Replies: 1 comment 5 replies
-
While initiating Unity sdk, are you setting |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm integrating Web3Auth login in a Unity application. The login flow is succeeding, but it is not automatically creating a Solana wallet for the newly logged in user. The returned idToken contains one wallet of type
web3auth_app_key
, but I don't see one with typesolana
, which is what I was expecting.In the Web3Auth Dashboard, I do have the app configured to use the Solana blockchain.
I notice in the documentation for the Javascript SDK, that you can provide a
chainConfig
property that specifies the type of wallet you want created. I don't see anything equivalent in the Unity SDK.Is it possible to have a Solana wallet automatically created during first login, using the Unity SDK?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions