From d682cb95c8a70d686e7f883c861feb5d1da3916e Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Thu, 10 Oct 2024 12:13:15 +0200 Subject: [PATCH] README: remove `clightning-rest` `clightning-rest` will be deprecated soon. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0d58630..09f494d 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,6 @@ NixOS modules ([src](modules/modules.nix)) * [rebalance](https://github.com/lightningd/plugins/tree/master/rebalance): keeps your channels balanced * [trustedcoin](https://github.com/nbd-wtf/trustedcoin) ([experimental](docs/services.md#trustedcoin)): replaces bitcoind with trusted public explorers * [zmq](https://github.com/lightningd/plugins/tree/master/zmq): publishes notifications via ZeroMQ to configured endpoints - * [clightning-rest](https://github.com/Ride-The-Lightning/c-lightning-REST): REST server for clightning * [lnd](https://github.com/lightningnetwork/lnd) with support for announcing an onion service and [static channel backups](https://github.com/lightningnetwork/lnd/blob/master/docs/recovery.md) * [Lightning Loop](https://github.com/lightninglabs/loop) * [Lightning Pool](https://github.com/lightninglabs/pool)