Skip to content

Commit

Permalink
add trustedcoin, sparko and webhook to the main list.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf authored and cdecker committed Aug 28, 2020
1 parent cb2fc61 commit 8703798
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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
1 change: 1 addition & 0 deletions sparko
Submodule sparko added at 465455
1 change: 1 addition & 0 deletions trustedcoin
Submodule trustedcoin added at f8e302
1 change: 1 addition & 0 deletions webhook
Submodule webhook added at 4b7579

0 comments on commit 8703798

Please sign in to comment.