From 8703798a375c68fe624aa09166ec765a1cba5082 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Tue, 11 Aug 2020 23:17:07 -0300 Subject: [PATCH] add trustedcoin, sparko and webhook to the main list. --- .gitmodules | 9 +++++++++ README.md | 8 +++++++- sparko | 1 + trustedcoin | 1 + webhook | 1 + 5 files changed, 19 insertions(+), 1 deletion(-) create mode 160000 sparko create mode 160000 trustedcoin create mode 160000 webhook diff --git a/.gitmodules b/.gitmodules index 3dfcc5d45..86e2bb089 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,12 @@ [submodule "csvexportpays"] path = csvexportpays url = https://github.com/0xB10C/c-lightning-plugin-csvexportpays.git +[submodule "sparko"] + path = sparko + url = https://github.com/fiatjaf/sparko.git +[submodule "trustedcoin"] + path = trustedcoin + url = https://github.com/fiatjaf/trustedcoin.git +[submodule "webhook"] + path = webhook + url = https://github.com/fiatjaf/lightningd-webhook.git diff --git a/README.md b/README.md index 4b4b38bea..45808fa17 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,10 @@ Community curated plugins for c-lightning. | [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 | +| [sparko][sparko] | RPC over HTTP with fine-grained permissions, SSE and spark-wallet support | | [summary][summary] | Print a nice summary of the node status | +| [trustedcoin][trustedcoin] | Replace your Bitcoin Core with data from public block explorers | +| [webhook][webhook] | Dispatches webhooks based from [event notifications][event-notifications] | | [zmq][zmq] | Publishes notifications via [ZeroMQ][zmq-home] to configured endpoints | ## Installation @@ -120,7 +123,6 @@ your environment. - [@conscott's plugins](https://github.com/conscott/c-lightning-plugins) - [@renepickhardt's plugins](https://github.com/renepickhardt/c-lightning-plugin-collection) - - [@fiatjaf's plugins](https://github.com/fiatjaf/lightningd-gjson-rpc/tree/master/cmd) - [@rsbondi's plugins](https://github.com/rsbondi/clightning-go-plugin) - [c-lightning plugins emulating commands of LND (lncli)](https://github.com/kristapsk/c-lightning-lnd-plugins) @@ -162,3 +164,7 @@ your environment. [zmq]: https://github.com/lightningd/plugins/tree/master/zmq [csvexportpays]: https://github.com/0xB10C/c-lightning-plugin-csvexportpays [pruning]: https://github.com/Start9Labs/c-lightning-pruning-plugin +[sparko]: https://github.com/fiatjaf/sparko +[webhook]: https://github.com/fiatjaf/webhook +[trustedcoin]: https://github.com/fiatjaf/trustedcoin +[event-notifications]: https://lightning.readthedocs.io/PLUGINS.html#event-notifications diff --git a/sparko b/sparko new file mode 160000 index 000000000..465455b50 --- /dev/null +++ b/sparko @@ -0,0 +1 @@ +Subproject commit 465455b50539b0ec63a84c4421194b9d1b349a5e diff --git a/trustedcoin b/trustedcoin new file mode 160000 index 000000000..f8e30236a --- /dev/null +++ b/trustedcoin @@ -0,0 +1 @@ +Subproject commit f8e30236a3ddbf9bd6bc31aa9b481e78ff56833b diff --git a/webhook b/webhook new file mode 160000 index 000000000..4b7579001 --- /dev/null +++ b/webhook @@ -0,0 +1 @@ +Subproject commit 4b75790011b19e97603bfbb870f4b8cc2d481e74