Pull Up Auro Wallet with DeepLink
This document describes how to use a deep link to open the Auro Mobile Wallet and launch a zkApp within the app. This feature is supported starting from Auro Mobile Wallet version 2.1.0.
Pull Up the wallet to launch zkApp
Currently, there are 3 parameters supported:
action
(Required)The action that the app will excute. Currently, only
openurl
is supported.networkid
(Optional)The ID of the target network. You can get this value from a GraphQL endpoint. If supported, the app will switch to the target network. If not supported, no changes will be made. If not set, the app will default to its current network.
url
(Required)The URL the app will open. It is recommended to include this at the end of the deep link URL.
Note: This method is limited to pulling up the Auro Wallet via the mobile phone's system browser.
Last updated