From 3ae9b3259c62d6434164fc6638453d3399e349a1 Mon Sep 17 00:00:00 2001 From: darosior Date: Mon, 30 Mar 2020 17:22:39 +0200 Subject: [PATCH] Add Sauron to the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 96d0ef7..1f372c2 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Community curated plugins for c-lightning. | [prometheus][prometheus] | Lightning node exporter for the prometheus timeseries server | | [rebalance][rebalance] | Keeps your channels balanced | | [reckless][reckless] | An **experimental** plugin manager (search/install plugins) | +| [sauron][sauron] | A Bitcoin backend relying on [Esplora][esplora]'s API | | [sendinvoiceless][sendinvoiceless] | Sends some money without an invoice from the receiving node. | | [sitzprobe][sitzprobe] | A Lightning Network payment rehearsal utility | | [summary][summary] | Print a nice summary of the node status | @@ -118,6 +119,7 @@ your environment. - [C++ Plugin API & RPC Client][cpp-api] by @darosior - [Javascript Plugin API & RPC Client][js-api] by @darosior +[esplora]: https://github.com/Blockstream/esplora [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 @@ -140,6 +142,7 @@ your environment. [js-api]: https://github.com/darosior/clightningjs [monitor]: https://github.com/renepickhardt/plugins/tree/master/monitor [reckless]: https://github.com/darosior/reckless +[sauron]: https://github.com/lightningd/plugins/tree/master/sauron [zmq-home]: https://zeromq.org/ [zmq]: https://github.com/lightningd/plugins/tree/master/zmq [csvexportpays]: https://github.com/0xB10C/c-lightning-plugin-csvexportpays