diff --git a/.gitmodules b/.gitmodules index cdb8518..07f154e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "jwt-factory"] path = jwt-factory url = https://github.com/nettijoe96/jwt-factory.git +[submodule "lightning-qt"] + path = lightning-qt + url = https://github.com/darosior/pylightning-qt diff --git a/README.md b/README.md index f714727..b52952a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lightning-qt b/lightning-qt new file mode 160000 index 0000000..6aaeed7 --- /dev/null +++ b/lightning-qt @@ -0,0 +1 @@ +Subproject commit 6aaeed741937fa959ddbab6aeac8da0347d3ce11