laanwj / cln4rust

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Creative Commons Zero v1.0 Universal


Languages

Language:Rust 98.6%Language:Nix 1.2%Language:Makefile 0.2%