LN-Zap / zap-android

Zap Wallet - Native android lightning wallet for node operators focused on user experience and ease of use ⚡️
MIT License
165 stars 49 forks source link

Unified QRs for Bitcoin (BIP21 + BOLT 11/12) #423

Open serrq opened 1 year ago

serrq commented 1 year ago

A single approach to two ways payment request. No more split tab for on chain and lightning invoice but one only request with both codes within.

More informations:

https://bitcoinqr.dev/

michaelWuensch commented 1 year ago

@serrq Thanks for the suggestion. Reading BIP21 QR Codes with a lightning invoice is already supported for quite a while now. I think it might be to early though to only create unified QRs as still some wallets do not support it and it would force all those wallets to send on chain or being incompatible completely.

I'll keep an eye on the progress though.