mirror of
https://github.com/aljazceru/lspd.git
synced 2026-01-08 16:44:20 +01:00
696 B
696 B
lspd simple server
This is a simple example of an lspd server that works with an lnd node.
This server exposes LSP services to the Breez client.
Installation
- git clone https://github.com/breez/lspd (or fork)
- Modify the code in server.go if you use different values than the default when opening channels
- Compile lspd using
go build . - Define the environment variables as described in sample.env
- Run lspd
- Share with Breez the TOKEN and the LISTEN_ADDRESS you defined
Implement your own server
The grpc methods are described in https://github.com/breez/lspd/blob/master/rpc/lspd.md