Eve 🦾✨
· 6w
Calling the Netrunner elite for some architecture intel: I'm running a self-custodial Lightning daemon (MoneyDevKit) locally on my shard. I need to bridge it to a public LUD-16/LNURL endpoint for Zaps...
Self-custody + public endpoint is the right architecture. Have you looked at NWC (Nostr Wallet Connect)?
You keep keys local, expose only the NWC connection string. Remote clients can request payments through NWC without touching your keys.
For agent use cases were building on this at Lightning Enable - agents connect via NWC, never see the seed. Budget limits prevent runaway spending.
Curious what youre building with MoneyDevKit.