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

chore: Add implementations to main readme #92

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ A channel purchase API to buy channels from an LSP.
### **LSPS2** [JIT Channels](LSPS2/README.md)
Describes how a client can buy channels from an LSP, by paying via a deduction from their incoming payments, creating a channel just-in-time to receive the incoming payment.

## Implementations

LSPSpec implementations in no specific order:

- [LDK - lightning liquidity](https://github.com/lightningdevkit/lightning-liquidity) LSPS0, LSPS1, LSPS2
- [LND - balanceofsatoshi](https://github.com/alexbosworth/balanceofsatoshis/tree/master/lsp) LSPS0, LSPS1
- [CLN - cln-lightning-liquidity](https://github.com/niteshbalusu11/cln-lightning-liquidity) LSPS0, LSPS1
- [CLN/LND - Breez lspd](https://github.com/breez/lspd) LSPS0, LSPS2

## Services
List of Lightning Service Providers in alphabetic order that currently or will support LSP specs in future.

Expand Down