mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-23 06:55:13 +01:00
1,018 B
1,018 B
title | slug | hidden | createdAt | updatedAt |
---|---|---|---|---|
Third-party libraries | third-party-libraries | false | 2023-02-08T09:54:01.784Z | 2023-09-05T13:55:16.224Z |
GraphQL
c-lightning-graphql exposes the Core Lightning API over GraphQL.
🚧
Note: It has not been maintained actively and should be used with caution.
JSON over HTTPS
Sparko offers a full-blown JSON-RPC over HTTP bridge to a CLN node with fine-grained permissions, SSE and spark-wallet support that can be used to develop apps.
REST
📘 Pro-tip
Official support for REST APIs in Core Lightning has been released in v23.08!
C-lightning-REST is scheduled to sunset soon!
C-lightning-REST is a third party REST API interface for Core Lightning written in Node.js.
For new application development, utilize Core Lightning's first class REST plugin clnrest.