[SOLVED] How to get wallet address?

I used MoralisUser.cs script to get wallet address before.

After applying Azure PlayFab method to login via metamask, I don’t know where to get wallet address.

Plz…

What works now? What can you do now?
Do you have access to a web3 object? You want to get the wallet address from MetaMask or from current user object?

Are you following this tutorial? You can get it from the authentication kit.

1 Like

I just want to get wallet address from Metaask.

Thank u!
I found ‘WalletConnect.ActiveSession.Accounts[0]’ as you said