Unity auth with Solana wallet creation

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 type solana, 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!



Originally posted by: ericroy

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

While initiating Unity sdk, are you setting curve: "ed25519" in login params? please do so



Originally posted by: chaitanyapotti