From ec3037388ca2bb23145c473b08b8e88228406e47 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Mon, 20 May 2019 21:45:59 -0300 Subject: [PATCH] add my own plugin collection At https://github.com/fiatjaf/lightningd-gjson-rpc/tree/master/cmd. Including `waitpay` and `webhook` plugins for now. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 877b0d1..a65ba27 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ your environment. - https://github.com/conscott/c-lightning-plugins - https://github.com/renepickhardt/c-lightning-plugin-collection + - https://github.com/fiatjaf/lightningd-gjson-rpc/tree/master/cmd ## Plugin Builder Resources