mirror of
https://github.com/lightningd/plugins.git
synced 2026-08-15 12:50:41 +02:00
Added lightning-qt as a submodule (#28)
This commit is contained in:
parent
4c46275e38
commit
833f418c10
3 changed files with 6 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
1
lightning-qt
Submodule
1
lightning-qt
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 6aaeed741937fa959ddbab6aeac8da0347d3ce11
|
||||
Loading…
Add table
Add a link
Reference in a new issue