mirror of
https://github.com/lightningd/plugins.git
synced 2026-08-16 13:00:58 +02:00
No description
| autopilot | ||
| donations | ||
| graphql@353f03826d | ||
| persistent-channels | ||
| probe | ||
| prometheus | ||
| rebalance | ||
| sitzprobe@84347d5519 | ||
| summary | ||
| .gitignore | ||
| .gitmodules | ||
| conftest.py | ||
| LICENSE | ||
| pytest.ini | ||
| README.md | ||
Plugins for c-lightning
Community curated plugins for c-lightning.
Available plugins
| Name | Short description |
|---|---|
| autopilot | An autopilot that suggests channels that should be established |
| donations | A simple donations page to accept donations from the web |
| graphql | Exposes the c-lightning API over graphql |
| 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 |
| rebalance | Keeps your channels balanced |
| sitzprobe | A Lightning Network payment rehearsal utility |
| 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