solana-pay icon indicating copy to clipboard operation
solana-pay copied to clipboard

[feature] universal link support

Open melonges opened this issue 10 months ago • 0 comments

Motivation: In the realm of mobile applications, universal links, also known as App Links on Android, serve as vital bridges between web content and app functionality. However, many platforms, including Telegram, primarily support HTTP links, creating a disconnect for using Solana Pay.

Implementation: Mobile wallets should register to handle the Universal Link scheme to provide a seamless yet secure experience when Solana Pay URLs are encountered in the environment.

Example:

https://solanapay.com/ul/<version>/<recipient>
     ?amount=<amount>
     &spl-token=<spl-token>
     &reference=<reference>
     &label=<label>
     &message=<message>
     &memo=<memo>```

melonges avatar Apr 15 '24 10:04 melonges