#grpc #bark #c-lightning #generated #bindings #tonic

bark-cln-rpc

generated gRPC code for c-lightning used in bark

2 unstable releases

Uses new Rust 2024

0.2.0+cln.25… Oct 8, 2025
0.1.0+cln.25… Oct 8, 2025

#6 in #bark

CC0 license

34KB
57 lines

Bark for Core Lightning

This crate contains functonality required for Core Lightning integration.

gRPC

The crate adds gRPC bindings to Core Lightning. We could use the cln-grpc crate which bundles the same gRPC interface and it's own version of tonic.

However, I prefer to use a single version of tonic for the entire project and decided to bundle the bindings in a new crate.

Dependencies

~36MB
~514K SLoC