solana-pay
solana-pay copied to clipboard
[feature] universal link support
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>```