Core Lightning channel visualizer. Connect to your node, and see the channel graph. Used in workshops at Unconfiscatable, Bitcoin Atlantis, bitcoin++ Buenos Aires, and more. In conjunction with LNPlay (lnplay.guide).
Currently you have to click on the DRAW button to get graph updates. How can we get updates automatically? using the websocket protocol vs ln.commando calls.
We don't want to poll every x seconds because we want to eventually support viewing transactions/liquidity flows in real time as they occur.
Currently you have to click on the DRAW button to get graph updates. How can we get updates automatically? using the websocket protocol vs ln.commando calls.
We don't want to poll every x seconds because we want to eventually support viewing transactions/liquidity flows in real time as they occur.