mirror of
https://github.com/aljazceru/lspd.git
synced 2026-02-08 15:54:23 +01:00
55dc828b629889f023d915989a2255ab53236d2a
lspd simple server
This sample server works with a lnd node
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
Languages
Go
97.5%
Shell
2.4%
Makefile
0.1%