Files
plugins/README.md
2019-03-28 16:09:12 +01:00

20 lines
1.1 KiB
Markdown

# Plugins for c-lightning
Community curated plugins for c-lightning.
## Available plugins
| Name | Short description |
|-----------------------------------|--------------------------------------------------------------|
| [donations][donations] | A simple donations page to accept donations from the web |
| [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 |
| [summary][summary] | Print a nice summary of the node status |
[pers-chans]: https://github.com/lightningd/plugins/tree/master/persistent-channels
[probe]: https://github.com/lightningd/plugins/tree/master/probe
[prometheus]: https://github.com/lightningd/plugins/tree/master/prometheus
[summary]: https://github.com/lightningd/plugins/tree/master/summary
[donations]: https://github.com/lightningd/plugins/tree/master/donations