Files
palladum-lightning/doc/developers-guide/app-development/third-party-libraries.md
2025-11-13 15:07:00 +10:30

19 lines
529 B
Markdown

---
title: Third-party libraries
slug: third-party-libraries
privacy:
view: public
---
## GraphQL
[c-lightning-graphql](https://github.com/nettijoe96/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](https://github.com/fiatjaf/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.