We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now that LSPS1 is out in the wild, we'd like to add client support to ZEUS, at least for our LND based backends.
We have a reference implementation client available in bos (Balance of Satoshis) here: https://github.com/alexbosworth/balanceofsatoshis/blob/master/lsp/lsps1_client.js
According to the author of the implementation, Nitesh, it only requires API calls to SendCustomMessage and SubscribeToCustomMessage
SendCustomMessage
SubscribeToCustomMessage
This would be a great way for users to purchase channels in advance from OLYMPUS and other LSPs within the app.
Spec: https://github.com/BitcoinAndLightningLayerSpecs/lsp/blob/main/LSPS1/README.md
Public chan offerings: https://sparkseer.space/chanoffers
The text was updated successfully, but these errors were encountered:
#2097
Sorry, something went wrong.
shubhamkmr04
No branches or pull requests
Now that LSPS1 is out in the wild, we'd like to add client support to ZEUS, at least for our LND based backends.
We have a reference implementation client available in bos (Balance of Satoshis) here: https://github.com/alexbosworth/balanceofsatoshis/blob/master/lsp/lsps1_client.js
According to the author of the implementation, Nitesh, it only requires API calls to
SendCustomMessage
andSubscribeToCustomMessage
This would be a great way for users to purchase channels in advance from OLYMPUS and other LSPs within the app.
Spec: https://github.com/BitcoinAndLightningLayerSpecs/lsp/blob/main/LSPS1/README.md
Public chan offerings: https://sparkseer.space/chanoffers
The text was updated successfully, but these errors were encountered: