Skip to main content

Get Account

In this section, we explain how to retrieve a user's wallet address using zkWallet. This process involves the DApp requesting the user's wallet address and the user providing it through zkWallet.

Implementation Method

Setting Callback URL: The DApp provides a callback URL to zkWallet. This URL is where the user will be redirected after completing the wallet connection.

Requesting Wallet Connection: When the user clicks the 'Get Account' button, the DApp sends a request to the 'connect' endpoint of zkWallet.

Returning the Address: Once the user completes authentication in zkWallet, zkWallet returns the user's wallet address to the callback URL.

Live Editor
Result
Loading...