Huge milestone ⚡️🎉 1-line deployment of Lightning.Pub, a Nostr-powered Lightning Node In this demo I set up a node, from scratch, in 2 minutes with a connection to a management dashboard as admin, and then connect another user with guest link... completely over Nostr with no tricky networking or sluggish Tor https://m.primal.net/JcEi.mp4
This made what your working on click. The accounts system on top of a lightning channel. Where can I find out more about the Nostr overlay part? Shockwallet.app?
Thanks! Wallet is the client and has a node manager built in yes, the Nostr RPC comes from the lightning.pub repo, if you look at the methods there on GitHub you can see all the calls we make over Nostr... It's just like a regular http API, but we built a proto generator that takes the API and spits it out as Nostr interface code We also recently PRd NIP69 to enable static payment codes over nostr without the full interface, debits coming next in a companion nip