test suite like this one: https://github.com/stakwork/sphinx-stack/blob/master/alts/proxy.yml
Except with CLN for Dave (proxy node) instead. Alice,Bob,Carol are still LND.
For CLN, using the image and configs found here https://github.com/stakwork/sphinx-swarm/blob/master/src/images/cln.rs (no external signer)
There will need to be some modifications to the lnd/setup script (because CLN does not need to be "unlocked"). The wallet script will need to be different for CLN also https://github.com/stakwork/sphinx-stack/blob/master/lnd/setup/wallet.js. Not sure the best way to do this... but maybe we can use https://lightning.readthedocs.io/lightning-hsmtool.8.html generatehsm command?
I suggest using an environment variable to let the script know if the node is CLN instead of LND
test suite like this one: https://github.com/stakwork/sphinx-stack/blob/master/alts/proxy.yml
Except with CLN for Dave (proxy node) instead. Alice,Bob,Carol are still LND.
For CLN, using the image and configs found here https://github.com/stakwork/sphinx-swarm/blob/master/src/images/cln.rs (no external signer)
There will need to be some modifications to the lnd/setup script (because CLN does not need to be "unlocked"). The wallet script will need to be different for CLN also https://github.com/stakwork/sphinx-stack/blob/master/lnd/setup/wallet.js. Not sure the best way to do this... but maybe we can use https://lightning.readthedocs.io/lightning-hsmtool.8.html
generatehsmcommand?I suggest using an environment variable to let the script know if the node is CLN instead of LND