Skip to content

jholdstock/lightning-viz

 
 

Repository files navigation

lightning-viz

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.

Installation

Developed and tested on Node 16.

git clone https://github.com/jholdstock/lightning-viz
cd lightning-viz
npm install && npm run build

Run tests

npm test

Running with dcrlnd

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

About

Decred Lightning Network visualizer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.1%
  • SCSS 12.7%
  • Other 1.2%