What problem does it solve?
This Skill helps you build browser-based Lightning Node Connect applications that communicate with an LND node without exposing inbound ports, while keeping session setup, reconnection, and credential handling manageable.
Core Features & Use Cases
- Secure Browser Connectivity: Connect a web app to LND through the LNC mailbox proxy with end-to-end encryption.
- Pairing and Reconnection Flows: Handle first-time pairing with a mnemonic phrase, then restore sessions from stored credentials and passwords.
- Lightning RPC Integration: Create invoices, look up settlement status, list invoices, stream invoice events, and check wallet and channel balances.
- Use Case: Build a customer-facing Lightning dashboard that lets users pair once, reconnect safely later, and interact with their node from the browser.
Quick Start
Ask the AI to help you build an LNC web application that initializes lnc-web, implements pairing and login flows, and wires Lightning RPC calls into your UI.