Skip to content
/ cln4rust Public
forked from laanwj/cln4rust

Crate that provides an RPC binding from rust code to the c-lightning daemon

License

Notifications You must be signed in to change notification settings

tnull/cln4rust

 
 

Repository files navigation

Rust framework for core lightning

A collection of libraries to develop and work with core lighting.

GitHub Workflow Status (branch) Crates.io Crates.io docs.rs

This repository contains a sequence of craters that are useful to work with core lightning in the Rust programming environment.

Craters

These are the complete list of craters supported right now

Crate Description Version
clightningrpc-common Crate that provides an Generic RPC binding from rust code to the core lightning daemon Crates.io
clightningrpc Crate that provides a strong typed RPC binding from rust code to the core lightning daemon Crates.io
clightningrpc-plugin Crate that provides a plugin API to give the possibility to implement a plugin in Rust Crates.io
clightningrpc-plugin-macros Crate that provides a procedural macros implementation to make easy to develop a plugin developer to build a plugin Crates.io
clightningrpc-conf This crate provides configuration manager for core lightning. Crates.io
clightningrpc-testing This crate provides test framework for core lightning (including bitcoin). unrelated

Contributing guidelines

Read our Hacking guide

Supports

If you want to support this library, consider donating with the following methods

Credits

This library is based on Andrew Poelstra's rust-jsonrpc.

About

Crate that provides an RPC binding from rust code to the c-lightning daemon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 97.7%
  • Shell 1.2%
  • Other 1.1%