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.