Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to structure the URL when there is only a lightning invoice available #90

Open
rolznz opened this issue Nov 22, 2023 · 1 comment
Open
Labels
question Further information is requested

Comments

@rolznz
Copy link

rolznz commented Nov 22, 2023

Should BIP21 be used in this case? we see some benefits since the bitcoin scheme is recognized, where lightning: is not.

Should it be:

bitcoin:?lightning=${invoice} // or can we put `null` as the bitcoin address?

or

bitcoin://?lightning=${invoice}

Unforunately the support right now seems less than the number of wallets that support lightning:lnbc... links

@sbddesign
Copy link
Owner

@rolznz good question. Funny, because this came up in discussion on the BIP for human readable payment instructions over DNS. See Matt's comment.

There is now a PR to BIP21 discussing this here.

We should let discussion play out in that BIP, then update this site accordingly.

@sbddesign sbddesign added the question Further information is requested label Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants