faraday/README.md
carla 2d7d0e8d10
readme: update license and remove status
Update license to point to correct repository. Remove status from
readme because it is not available for private repos. Update year in
license.
2020-03-10 11:02:03 +02:00

930 B

governator

MIT licensed

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