(Lightning Network Dashboard)
Admin web interface for LND, via gRPC. Built with Node.js, express, bootstrap-v5.
Live demo: https://lndash.btc21.org
- UI for connecting to
LND- requires host/port/admin.macaroon/tls.cert, which can be supplied in various ways, including usingLND Connectstrings - Browse and search the public lightning network
- View invoices, payments, and forwarded payments
- Create and pay invoices
- Open and close channels
- Connect to multiple
LNDnodes and switch between them - Simple/intuitive sorting filtering for most data
- Tools for sign/verify, query route, generate
LND Connectstrings - Star (favorite) nodes and channels
- Responsive design (but UI is data/table heavy, so works best on large screens)
git clone https://github.com/janoside/lndash.gitcd lndash; npm installnpm start- Open http://127.0.0.1:3004/
npm install -g ln-dashLNDASH_PORT=3005 ln-dash- Open http://127.0.0.1:3005/
Once started, LNDash's UI will guide you to set an admin password and then to connect to any LND nodes you're running. Your hashed password and your LND credentials (encrypted with your password), will be stored in the file ~/.lndash/credentials.json. If you restart the app after setup, you'll need to "unlock" with your same admin password (in order to decrypt LND credentials). Deleting this file at any time and restarting will prompt you to go through the setup process again.
Thanks to inspiration from LND, Joule, RTL, zap desktop, lndash, and lnd-explorer.