From ef4c1bf1e80c8cc5a91d07106f3818200bf6cf36 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Fri, 4 Sep 2020 16:29:27 +0200 Subject: [PATCH] readme: Add the Boltz Channel Creation Plugin --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 53093e7..b17c0de 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Community curated plugins for c-lightning. |------------------------------------|-------------------------------------------------------------------------------------------| | [autopilot][autopilot] | An autopilot that suggests channels that should be established | | [autoreload][autoreload] | A developer plugin that reloads a plugin under development when it changes | +| [boltz-channel-creation][boltz] | A c-lightning plugin for Boltz Channel Creation Swaps | | [csvexportpays][csvexportpays] | A plugin that exports all payments to a CSV file | | [donations][donations] | A simple donations page to accept donations from the web | | [drain][drain] | Draining, filling and balancing channels with automatic chunks. | @@ -172,3 +173,4 @@ your environment. [event-notifications]: https://lightning.readthedocs.io/PLUGINS.html#event-notifications [event-websocket]: https://github.com/rbndg/c-lightning-events [invoice-queue]: https://github.com/rbndg/Lightning-Invoice-Queue +[boltz]: https://github.com/BoltzExchange/channel-creation-plugin