Added lightning-qt as a submodule (#28)

This commit is contained in:
Darosior
2019-05-16 20:28:25 +02:00
committed by Michael Schmoock
parent 4c46275e38
commit 833f418c10
3 changed files with 6 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ Community curated plugins for c-lightning.
| [autoreload][autoreload] | A developer plugin that reloads a plugin under development when it changes |
| [donations][donations] | A simple donations page to accept donations from the web |
| [graphql][graphql] | Exposes the c-lightning API over [graphql][graphql-spec] |
| [lightning-qt][lightning-qt] | A bitcoin-qt-like GUI for lightningd |
| [persistent-channels][pers-chans] | Maintains a number of channels to peers |
| [probe][probe] | Regularly probes the network for stability |
| [prometheus][prometheus] | Lightning node exporter for the prometheus timeseries server |
@@ -97,3 +98,4 @@ your environment.
[graphql]: https://github.com/nettijoe96/c-lightning-graphql
[graphql-spec]: https://graphql.org/
[autoreload]: https://github.com/lightningd/plugins/tree/master/autoreload
[lightning-qt]: https://github.com/darosior/pylightning-qt