Do you have a guide on how to do this?
one of the coolest things about commando (https://docs.corelightning.org/reference/commando) is that it exposes all CLN rpcs over the lightning network.
this gets way more powerful when you realize CLN plugins can extend CLN remote procedure calls.
for example, I made a plugin that exposes all bitcoin-core RPCs as CLN rpcs.
this enables you to create super secure client software that enables remote access to your bitcoin node, something not typically possible without complex setups.
since running a CLN node typically requires running a bitcoin node next to it, this makes CLN a way to securely access your bitcoin node remotely without VPN, and with granular, per-rpc access controls.
I even built a web interface for my bitcoin-core node using this technique. I'll try to do the same as a notedeck app! remote bitcoin-core interface!
nostr:note1ml828ua4zdlluphefqr7akl45zx084373a3gzqxrlf59hhvqvpjsg7feq2
Discussion
this as in run a cln node ?
Still stuck on how I would implement with note deck.