Files
lspd/README.md
Yaacov Akiba Slama 55dc828b62 Add some documentation
2019-08-14 17:47:54 +03:00

522 B

lspd simple server

This sample server works with a lnd node

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

The grpc methods are described in https://github.com/breez/lspd/blob/master/rpc/lspd.md