From 72580d04f04d450deb551c4a02c69b2c75e0761b Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Thu, 2 May 2019 10:22:00 -0300 Subject: [PATCH] add lightningd-gjson-rpc See https://github.com/fiatjaf/lightningd-gjson-rpc --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1480839..3ba0159 100644 --- a/readme.md +++ b/readme.md @@ -43,7 +43,6 @@ Implementations of the Lightning Network Protocol - [eclair](https://github.com/ACINQ/eclair) - A Scala implementation of the Lightning Network (Scala) - [lit](https://github.com/mit-dci/lit) - Lightning Network node software (Golang) - [c-lightning](https://github.com/ElementsProject/lightning) - A Lightning Network implementation in C -- [lightning-onion](https://github.com/lightningnetwork/lightning-onion) - Onion Routed Micropayments for the Lightning Network (Golang) - [ptarmigan](https://github.com/nayutaco/ptarmigan) - C++ BOLT-Compliant Lightning Network Implementation [Incomplete] ### Specifications / White Papers @@ -139,6 +138,7 @@ Implementations of the Lightning Network Protocol - [woocommerce-gateway-lightning](https://github.com/ElementsProject/woocommerce-gateway-lightning) - A WooCommerce gateway for lightning payments - [wordpress-lightning-publisher](https://github.com/ElementsProject/wordpress-lightning-publisher) - Lightning Publisher for WordPress - [glightning](https://github.com/niftynei/glightning) - Golang based plugin for c-lightning +- [lightningd-gjson-rpc](https://github.com/fiatjaf/lightningd-gjson-rpc) - [gjson](https://github.com/tidwall/gjson)-based RPC client for c-lightning. - [Sitzprobe](https://github.com/niftynei/sitzprobe) - A c-lightning plugin that actively sends test payments through the lightning network allowing finding and/or deprecating channels for the payments - [get-lightning-paid](https://github.com/conscott/get-lightning-paid) - A Flask REST API to generate lightning invoices and payment confirmations - [lnd-sql](https://github.com/lightning-power-users/lnd-sql) - Output the lnd node data in a relational SQL database