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

Core lightning can be started #17

Closed litch closed 1 year ago

litch commented 1 year ago

Initial passthrough of this

litch commented 1 year ago

So currently this can start and fund a CLN node.

I can't open a channel to/from them yet, and it seems a bit awkward to try to build that functionality before just putting a trait for the nodes, since there is a fair amount to lnds, etc, here.

tee8z commented 1 year ago

I just merged in having all the LND logic behind a trait, there should be an easier path forward with this now. Thank you for posting a PR!

tee8z commented 1 year ago

I'm working to work off what you've done here to add support for core LN, it should be much easier now that we have eclair support merged in.

tee8z commented 1 year ago

closing as I was able to merge in a branch that built of this one, I gave you co-author on the commit: https://github.com/tee8z/doppler/pull/21