Skip to content

Commit

Permalink
add poncho to the list.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf authored and cdecker committed Sep 13, 2022
1 parent 373ae69 commit 75e762a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@
[submodule "go-lnmetrics.reporter"]
path = go-lnmetrics.reporter
url = https://github.com/LNOpenMetrics/go-lnmetrics.reporter.git
[submodule "poncho"]
path = poncho
url = https://github.com/fiatjaf/poncho
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Community curated plugins for Core-Lightning.
| [noise][noise] | Chat with your fellow node operators |
| [paythrough][paythrough] | Pay an invoice through a specific channel, regardless of better routes |
| [persistent-channels][pers-chans] | Maintains a number of channels to peers |
| [poncho][poncho] | Turns CLN into a [hosted channels][blip12] provider |
| [probe][probe] | Regularly probes the network for stability |
| [prometheus][prometheus] | Lightning node exporter for the prometheus timeseries server |
| [pruning][pruning] | This plugin manages pruning of bitcoind such that it can always sync |
Expand Down Expand Up @@ -217,10 +218,12 @@ Python plugins developers must ensure their plugin to work with all Python versi
[feeadjuster]: https://github.com/lightningd/plugins/tree/master/feeadjuster
[watchtower-client]: https://github.com/talaia-labs/rust-teos/tree/master/watchtower-plugin
[java-api]: https://github.com/clightning4j/JRPClightning
[btcli4j]: https://github.com/clightning4j/btcli4j
[btcli4j]: https://github.com/clightning4j/btcli4j
[backup]: https://github.com/lightningd/plugins/tree/master/backup
[commando]: https://github.com/lightningd/plugins/tree/master/commando
[reporter]: https://github.com/LNOpenMetrics/go-lnmetrics.reporter
[csharp-example]: https://github.com/joemphilips/DotNetLightning/tree/master/examples/HelloWorldPlugin
[kotlin-example]: https://vincenzopalazzo.medium.com/a-day-in-a-c-lightning-plugin-with-koltin-c8bbd4fa0406
[nloop]: https://github.com/bitbankinc/NLoop
[nloop]: https://github.com/bitbankinc/NLoop
[poncho]: https://github.com/fiatjaf/poncho
[blip12]: https://github.com/lightning/blips/blob/42cec1d0f66eb68c840443abb609a5a9acb34f8e/blip-0012.md
1 change: 1 addition & 0 deletions poncho
Submodule poncho added at e7795d

0 comments on commit 75e762a

Please sign in to comment.