https://github.com/philipglazman/lnviz
Data viz for your LND routing node!
https://github.com/philipglazman/lnviz
Last synced: 3 months ago
JSON representation
Data viz for your LND routing node!
- Host: GitHub
- URL: https://github.com/philipglazman/lnviz
- Owner: philipglazman
- Created: 2021-04-01T02:05:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-04T06:04:59.000Z (about 4 years ago)
- Last Synced: 2025-01-01T12:15:11.228Z (5 months ago)
- Language: Go
- Size: 23.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lnviz: Lightning Network Visualization
##### DRAFT.
Visualize your routing node's performance on the Lightning Network.
Connect to your LND node, and generate a report to help you make better decisions on channel management, liquidity, and peers.
## Usage
lnviz creates a file titled `report.html` containing a report with charts.`go run . -cert="" -macaroon="" -host=`
`open report.html`
## Examples


## Remaining work
* Expose report as a server and subscribe to routing events to build a live reporting tool.
* Report: Interactive graph to see which the capacity between remote nodes.