mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-24 08:34:18 +01:00
@conscott has some really nice plugins, so we link to them :-) Signed-off-by: Christian Decker <decker.christian@gmail.com>
1.8 KiB
1.8 KiB
Plugins for c-lightning
Community curated plugins for c-lightning.
Available plugins
| Name | Short description |
|---|---|
| donations | A simple donations page to accept donations from the web |
| persistent-channels | Maintains a number of channels to peers |
| probe | Regularly probes the network for stability |
| prometheus | Lightning node exporter for the prometheus timeseries server |
| summary | Print a nice summary of the node status |
More Plugins from the Community
Plugin Builder Resources
- Description of the plugin API
- C Plugin API by @rustyrussell
- Python Plugin API & RPC Client (PyPI) by @cdecker
- Go Plugin API & RPC Client by @niftynei