Skip to main content

Integrate with mobile wallet using deep links

Overview

To open your dApp's URL directly within the mobile Ronin Wallet's in-app browser, you can use a deep link. You can use a deep link from either a web or a native app.

The format for deep links is as follows:

roninwallet://in_app_browser?url=[your_url]

The url parameter should be encoded. For example:

  • Original: https://app.roninchain.com
  • Encoded: https%3A%2F%2Fapp.roninchain.com
iOS-specific information

To use the universal link, replace the roninwallet:// prefix with https://wallet.roninchain.com/.

Here's a full URL example:

roninwallet://in_app_browser?url=https%3A%2F%2Fapp.roninchain.com
Was this helpful?
Happy React is loading...