Lily-Technologies / lily-wallet

The best way to secure your bitcoin.
https://lily-wallet.com
Other
94 stars 15 forks source link

Add C-Lightning Support #91

Open KayBeSee opened 2 years ago

KayBeSee commented 2 years ago

Context

Lily currently supports connecting to LND nodes to send and receive lightning channels as well as open and close channels to other accounts.

This logic required is outlined in the LightningBaseProvider abstract class.

Implementation

It looks like there is a c-lightning-REST put out by Ride-The-Lightning that implements a REST API for CLN.