This a visualizer for the Decred Lightning Network forked from altangent/lightning-viz.
Lightning-viz supports advanced node querying and remapping of the graph based on the node search results.
The server also periodically pings peers to determine their connectivity.
Developed and tested on Node 16.
git clone https://github.com/jholdstock/lightning-viz
cd lightning-viz
npm install && npm run build
npm test
Lightning-viz connects to a dcrlnd instance using the lnd-async library. You may need to pass environment variables supported by lnd-async to control dcrlnd connection behavior.
LND_HOST=172.17.0.1 LND_PORT=10009 npm start