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

3
.gitmodules vendored
View File

@@ -7,3 +7,6 @@
[submodule "jwt-factory"] [submodule "jwt-factory"]
path = jwt-factory path = jwt-factory
url = https://github.com/nettijoe96/jwt-factory.git url = https://github.com/nettijoe96/jwt-factory.git
[submodule "lightning-qt"]
path = lightning-qt
url = https://github.com/darosior/pylightning-qt

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 | | [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 | | [donations][donations] | A simple donations page to accept donations from the web |
| [graphql][graphql] | Exposes the c-lightning API over [graphql][graphql-spec] | | [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 | | [persistent-channels][pers-chans] | Maintains a number of channels to peers |
| [probe][probe] | Regularly probes the network for stability | | [probe][probe] | Regularly probes the network for stability |
| [prometheus][prometheus] | Lightning node exporter for the prometheus timeseries server | | [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]: https://github.com/nettijoe96/c-lightning-graphql
[graphql-spec]: https://graphql.org/ [graphql-spec]: https://graphql.org/
[autoreload]: https://github.com/lightningd/plugins/tree/master/autoreload [autoreload]: https://github.com/lightningd/plugins/tree/master/autoreload
[lightning-qt]: https://github.com/darosior/pylightning-qt

1
lightning-qt Submodule

Submodule lightning-qt added at 6aaeed7419