clndash: tweak links in readme

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-08-11 12:15:47 -07:00
parent 81393f8468
commit 9ba071c5ed

View File

@@ -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 — youre 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 youre reading this and still excited — youre the exact audience.
If you like living on the edge of LN/Nostr tooling, youll like this.
If you dont… youll 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