core-lightning/doc/developers-guide/app-development/third-party-libraries.md
2023-07-16 12:59:40 +09:30

749 B

title slug hidden createdAt updatedAt
Third-party libraries third-party-libraries false 2023-02-07T12:55:33.547Z 2023-02-21T13:55:39.216Z

REST

C-lightning-REST is a third party REST API interface for Core Lightning written in Node.js.

📘

Official support for REST APIs in Core Lightning is coming soon!

GraphQL

c-lightning-graphql exposes the Core Lightning API over GraphQL.

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.