commit 9ba071c5ed1136a6e164eb44a1919a1677f8f189
parent 81393f8468df41f2b69d2debd20fa6869d826833
Author: William Casarin <jb55@jb55.com>
Date: Mon, 11 Aug 2025 12:15:47 -0700
clndash: tweak links in readme
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/crates/notedeck_clndash/README.md b/crates/notedeck_clndash/README.md
@@ -2,7 +2,7 @@
Your Core Lightning dashboard, **without the server nonsense**.
-clndash is a weird little experiment: a [notedeck](https://github.com/jb55/notedeck) app that talks to your node **directly over the Lightning Network** using [`lnsocket-rs`](https://github.com/jb55/lnsocket-rs) + [Commando][commando] RPCs.
+clndash is a weird little experiment: a [notedeck][notedeck] app that talks to your node **directly over the Lightning Network** using [lnsocket][lnsocket] + [Commando][commando] RPCs.
No HTTP. No nginx. No VPS.
Just open clndash, point it at your node, and boom — you’re in.
@@ -21,7 +21,7 @@ And because LN is already a secure, encrypted connection layer — why not just
## 🔥 Features (as of today)
-* **Plug-and-play LN connection** – powered by [`lnsocket-rs`](https://github.com/jb55/lnsocket-rs)
+* **Plug-and-play LN connection** – powered by [lnsocket][lnsocket]
* **Commando RPC** – all dashboard data is fetched directly from your CLN node over Lightning
* **Channel overview** – total capacity, inbound/outbound liquidity, largest channel, and pretty bars
* **Invoices** – shows recent paid invoices (with zap previews if they came from Nostr)
@@ -70,4 +70,7 @@ If you’re reading this and still excited — you’re the exact audience.
If you like living on the edge of LN/Nostr tooling, you’ll like this.
If you don’t… you’ll probably want to wait a bit.
+
[commando]: https://docs.corelightning.org/reference/commando
+[lnsocket]: https://github.com/jb55/lnsocket-rs
+[notedeck]: https://github.com/damus-io/notedeck