tee8z / doppler

A tool for building out and managing bitcoind/lightning clusters for regtest or signet environments
Creative Commons Zero v1.0 Universal
45 stars 7 forks source link

All three types of nodes can be seen in the visualizer now, more work… #60

Closed tee8z closed 6 months ago

tee8z commented 6 months ago

Adds the ability to view and communicate with eclair, coreln, and lnd from the visualizer UI. There is some more work to do around making sure all the channels appear, however, this PR provides the ability to hit all of these different implementations RESTful api and grpc via localhost. This will allow application devs better ability to actually use the cluster they setup. A follow up PR will be made to improve the channel visualizing of these different implementations.