Replying to Avatar jb55

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

Do you have a guide on how to do this?

Reply to this note

Please Login to reply.

Discussion

this as in run a cln node ?

Still stuck on how I would implement with note deck.

implement an app? We have 4 examples: columns, notebook, dave, clndash

Yeah I need to check that out

All I have done is installed / downloaded notedeck. Need to read up or check the examples on how to add but Dave, and the columns just auto populated when I opened notedeck