This project is deprecated. Consider LND Admin or RTL as a replacement.
Simple, database-free Lightning network explorer, via gRPC. Built with Node.js, express, bootstrap-v4.
This tool is intended to be a simple, self-hosted explorer for the Lightning network, driven by RPC calls to your own lightning node.
A live demo of the tool is available at https://lightning.chaintools.io
txindex=1
) and the RPC server enabled (server=1
).npm install
npm run build
app/credentials.js
with values to overwrite those in app/defaultCredentials.js.npm start
To support continued development of this tool and/or to support the hosting of the live demo site: