Update README.md

This commit is contained in:
Roy Sheinfeld
2023-12-06 23:50:42 +02:00
committed by GitHub
parent 3019860c43
commit 628849a6ad

View File

@@ -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.
It may be a good idea to clean your testdir every once in a while if you're using the `preservelogs` or `preservestate` flags.