2019-08-15 15:01:12 +03:00
2019-08-14 16:24:45 +03:00
2019-07-22 16:42:23 +03:00
2019-08-15 15:01:12 +03:00
2019-07-22 16:42:23 +03:00
2019-07-22 16:42:23 +03:00

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

  1. git clone https://github.com/breez/lspd (or fork)
  2. Modify the code in server.go if you use different values than the default when opening channels
  3. Compile lspd using go build .
  4. Define the environment variables as described in sample.env
  5. Run lspd
  6. Share with Breez the TOKEN and the LISTEN_ADDRESS you defined

Implement your own server

You can create your own server by implementing the grpc methods described here.

Description
No description provided
Readme MIT 1,019 KiB
Languages
Go 97.5%
Shell 2.4%
Makefile 0.1%