stakwork / sphinx-relay

Node.js wrapper for communication between sphinx client and lightning node.
MIT License
249 stars 71 forks source link

Core Lightning support $@1250000 #379

Open AaronDewes opened 2 years ago

AaronDewes commented 2 years ago

Core Lightning would be great to have in Sphinx so it's not limited to LND users. While you already support greenlight, self-hosted Core Lightning would allow more users to use Sphinx.

andrewlunde commented 2 years ago

Plus 1 from me.

Evanfeenstra commented 2 years ago

GRPC is ready enough now to do this

https://github.com/ElementsProject/lightning/blob/master/cln-grpc/proto/node.proto

AaronDewes commented 2 years ago

GRPC is ready enough now to do this

https://github.com/ElementsProject/lightning/blob/master/cln-grpc/proto/node.proto

I've also built a TS client for it: https://github.com/runcitadel/core-ln.ts (It uses the JSON-RPC API though, not the gRPC API)

Evanfeenstra commented 2 years ago

started here: https://github.com/stakwork/sphinx-relay/tree/feat/cln

MASTERCOSMOS commented 1 year ago

That should be fine.