Open KayBeSee opened 2 years ago
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.
CLN.ts
lily-wallet/packages/shared-server/src/LightningProviders
LightningBaseProvider
export class LND extends LightningBaseProvider {...}
It looks like there is a c-lightning-REST put out by Ride-The-Lightning that implements a REST API for CLN.
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
CLN.ts
file tolily-wallet/packages/shared-server/src/LightningProviders
LightningBaseProvider
(export class LND extends LightningBaseProvider {...}
)It looks like there is a c-lightning-REST put out by Ride-The-Lightning that implements a REST API for CLN.