Skip to content

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

vincenzopalazzo/rust-clightning-rpc

 
 

Repository files navigation

Rust core lightning Rust framework

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 usuefult to work with core lightning and develop with core lightning using Rust.

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 unreleased
clightningrpc-plugin-macros Crate that provides a procedural macros implementation to make easy to develop a plugin developer to build a plugin unreleased

Contributing guidelines

  • Four spaces
  • Call rustfmt src/lib.rs examples/*.rs before committing
  • If you can, GPG-sign at least your top commit when filing a PR

Supports

If you want support this library consider to donate 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

Packages

No packages published

Languages

  • Rust 98.0%
  • Shell 1.2%
  • Other 0.8%