Solflare Wallet
  • ☀️Introduction
    • The Power of Self-Custody
    • Benefits of Non-Custodial Wallets
    • Digital Wallet Best Practices
    • Bigger Picture
  • Onboarding
    • 📞Mobile
      • Generate a New Wallet
      • Connect a Ledger Wallet
      • Import any Solana Wallet
    • 🖥️Web App & Extension
      • Generate a New Wallet
      • Import Your Ledger Device
      • Import Your Keystone Device
      • Import any Solana Wallet
    • 🚶Next Steps
  • Integrations
    • ⛓️Integrate Solflare
      • MetaMask
      • Using the Solana Wallet Adapter
      • Solflare Wallet SDK
    • 🎭Profile Picture Protocol
      • Get a Wallet's Profile Picture
      • Set NFT as Profile Picture
      • Remove a Profile Picture
    • ⚡Solflare Notifications
      • Sending Notifications
      • User's Perspective
        • Notification Center
        • Receiving Notifications
        • Subscription Management
      • API Endpoints
        • Broadcast Endpoint
        • Unicast Endpoint
        • List Casts Endpoint
        • View Cast Endpoint
        • Check Public Key Subscription Status for Domain
    • 🖼️NFT Standard
      • URI JSON Schema
      • CDN hosted files
      • Collections
      • Additional Attributes Specification
      • Order of JSON Fields
    • 🔗Deeplinks
      • Provider Methods
        • Connect
        • Disconnect
        • SignAndSendTransaction
        • SignAllTransactions
        • SignTransaction
        • SignMessage
      • Other Methods
        • Browse
      • Handling Sessions
      • Specifying Redirects
      • Encryption
      • Limitations
Powered by GitBook
On this page

Was this helpful?

  1. Integrations
  2. Deeplinks

Other Methods

Solflare supports additional methods accessible via deeplinks in addition to its Provider Methods.

Users can use the Browse deeplink to open web apps within Solflare's in-app browser.


Deeplinks make it easy for users to open web apps within Solflare. Users can scan a QR code with their phone's camera to open a page directly within Solflare's in-app browser. If a web app detects that a user is using a mobile device, it can prompt the user to open a specific page in Solflare's in-app browser.

The browse deeplink can be used before a Connect event takes place, as it does not require a session param. Please review Integrating with Solflare for more information on how apps can interact with Solflare from within the in-app browser.

browse deeplinks are not intended to be pasted into mobile web browsers.

These deeplinks must either be handled by an app or clicked on by an end user.

URL Structure

https://solflare.com/ul/browse/?ref=

Parameters

url (required): The URL that should open within Solflare's in-app browser, URL-encoded.

ref (required): The URL of the requesting app, URL-encoded

Example

Please refer to the browse method implemented in our demo application.

PreviousSignMessageNextBrowse

Last updated 2 years ago

Was this helpful?

🔗