tee8z / doppler

A tool for building out a local regtest environment
Creative Commons Zero v1.0 Universal
38 stars 6 forks source link

adding support for eclair and commands between eclair/lnd #20

Closed tee8z closed 1 year ago

tee8z commented 1 year ago

We are able to do all the grammar actions between an eclair and lnd node. Included in this section of work are two doppler files that show how they can interact with each other.

NOTE: there is some weird permission issue happening when spinning up an eclair node such that all sqlite files are being made under "root" instead of the current user. This can lead to some frustration when trying to reset the cluster. This may just be an issue on linux when the current user doesn't have root permissions, but there should be a way to fix the permissions. Will revisit in a future PR.