From 628849a6adc87af4eebcb1b01bc55a09ab3b9f95 Mon Sep 17 00:00:00 2001 From: Roy Sheinfeld <31890660+kingonly@users.noreply.github.com> Date: Wed, 6 Dec 2023 23:50:42 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d0a5d7a..49b971b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ -# lspd simple server -lspd is a simple deamon that provides [LSP](https://medium.com/breez-technology/introducing-lightning-service-providers-fe9fb1665d5f) services to [Breez clients](https://github.com/breez/breezmobile). +# lspd +lspd is a simple deamon that provides [LSP](https://medium.com/breez-technology/introducing-lightning-service-providers-fe9fb1665d5f) services to Breez clients. This is a simple example of an lspd that works with an [lnd](https://github.com/lightningnetwork/lnd) node or a [cln](https://github.com/ElementsProject/lightning) node. +[Breez SDK](https://github.com/breez/breez-sdk) uses cln lsdp and [Breez mobile](https://github.com/breez/breezmobile) uses lnd lspd. + ## Deployment Installation and configuration instructions for both implementations can be found here: ### Manual install @@ -68,4 +70,4 @@ up some artefacts. Here's where to look: - bitcoind process - docker container for postgres with default name -It may be a good idea to clean your testdir every once in a while if you're using the `preservelogs` or `preservestate` flags. \ No newline at end of file +It may be a good idea to clean your testdir every once in a while if you're using the `preservelogs` or `preservestate` flags.