//
Open Cardano DApps where they belong
CIP-158 Live
The fairly new CIP-158 standard introduces the //browse authority to open a wallet and immediately route its embedded browser to a specific dApp URL. As mobile browser have no access to wallets directly, this is a great way to enable wallet functionality on mobile devices, reduce friction for the user and increase engagement.
How to build the link
CIP-158 browse links use web+cardano://browse/v1 and pass the dApp location in the uri query parameter. The value must be a URL-encoded https://… URL (your example dApp page).
Shape: web+cardano://browse/v1?uri=<encoded-https-url>.
Example URI
web+cardano://browse/v1?uri=https%3A%2F%2Fminswap.org%2Fmarket%3Fcrypto%3DtokenQR Code Example
Wallet Support
Full matrix on the homepage.
Resources
Here you can find the official CIPs and other resources for this CIP.