-
-
Notifications
You must be signed in to change notification settings - Fork 170
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
c-lightning-REST: bolt12 support #890
Comments
Could be a good reference: Ride-The-Lightning/RTL#834 |
There is a lot of extra user benefits that BOLT12 can offer, should we just start with simply being able to generate one and later expand on all the different functionalities like subscriptions, sending invoices etc.? |
Out the gate we'll let users generate offers and subscriptions with all of the params you can use on c-lightning via CLI today as c-lightning-REST has exposed them. We'll also have support to pay them and return paid and generated invoices in Activity. We just won't have the subscription management pane set up. At the very least we need to try to encourage the implementations to do the storage of subscriptions on their layer. It would be a poor experience having one set of subscriptions in RtL, for example, and another in Zeus. |
Moved below content from issue #526 which was a duplicate of this. https://github.com/Ride-The-Lightning/c-lightning-REST/pull/67/files
|
The easiest place to start might be to just scan and pay them. Ideally it should also warn the user that |
Work is underway here: #994 Got a great foundation but there's still a bunch left to do. Tried to document it all in the TODO list |
Definitely interested in the blinded paths portion of BOLT12. Also, would like to use the refund/withdrawal offers to make a lightning version of the Bitcoin Fluid Dispenser (http://andyschroder.com/BitcoinFluidDispenser/2.3/) and a non-micropayments version of Distributed Charge (http://andyschroder.com/DistributedCharge/). |
Would be awesome to “just” pay a bolt12 offer as an intermediate step |
I guess this should be reopened as bolt12 support for CLNRest? |
CLNRest also supports BOLT 12 in v0.9.0 |
Indeed I noticed the offer list. |
Added in v0.8.5 |
https://github.com/Ride-The-Lightning/c-lightning-REST/blob/243494f4e75d9098e8b36c5fa4a9d5a545130654/controllers/offers.js
The text was updated successfully, but these errors were encountered: