mirror of
https://github.com/lightninglabs/faraday.git
synced 2026-08-13 12:33:35 +02:00
No description
Update license to point to correct repository. Remove status from readme because it is not available for private repos. Update year in license. |
||
|---|---|---|
| cmd | ||
| dataset | ||
| gvnrpc | ||
| insights | ||
| make | ||
| recommend | ||
| revenue | ||
| utils | ||
| .golangci.yml | ||
| .travis.yml | ||
| config.go | ||
| go.mod | ||
| go.sum | ||
| governator.go | ||
| LICENSE | ||
| log.go | ||
| Makefile | ||
| README.md | ||
governator
The governator is an external service intended to be run in conjunction with the lnd implementation of the Lightning Network. It queries LND for information about its existing channels and provides channel close recommendations if channels are under-performing.
Future iterations of this project will automate the channel closing process.
Installation
A Makefile is provided. To install governator and al its dependencies, run:
go get -d github.com/lightninglabs/governator
cd $GOPATH/src/github.com/lightninglabs/governator
make && make install
Tests
To run all the unit tests inthe repo, use:
make check