We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: