ekzyis 36d2179c9d
Link to wallet guide if exists (#2490)
* Link to guide if exists

* Add LNbits guide

* Update id to LNbits guide

also update guide and add id to ADMIN_ITEMS for perpetual edits

* Use button instead of link

This fixes following console warning:

> Warning: validateDOMNesting(...): <a> cannot appear as a descendant of <a>.

* Fix alignment

* Fix wrong mention of super user requirement

* Move guideUrl to wallets.json
2025-09-08 12:08:43 -05:00

12 lines
291 B
Markdown

# CLNRest
to attach sending:
- socket: `localhost:9092`
- rune: `sndev cli cln --regtest createrune restrictions='[["method=pay"]]'`
to attach receiving:
- socket: `cln:3010` or onion via `sndev onion cln`
- rune: `sndev cli cln --regtest createrune restrictions='[["method=invoice"]]'`