hsjoberg / blixt-wallet

Bitcoin Lightning Wallet with focus on usability and user experience
https://blixtwallet.github.io
MIT License
372 stars 67 forks source link

Support WebLN keysend API #445

Open hsjoberg opened 2 years ago

hsjoberg commented 2 years ago

https://github.com/joule-labs/webln/pull/42

Keysend is the main method used for podcasting 2.0 payments (see "The "podcast:value" Specification") and more related web applications are build.

Documentation: https://www.webln.guide/building-lightning-apps/webln-reference/webln.keysend

hsjoberg commented 2 years ago

Needs changes to react-native-webln.

We already have an lndmobile API method sendKeysendPaymentV2 that is in use on the Keysend Experiment screen, so most things are already fixed.

adamc199 commented 2 years ago

Will keysend receive be possible?

hsjoberg commented 2 years ago

@adamc199 Keysend receive is already possible. Check Left menu -> Advanced -> Keysend Experiment.