Skip to content
/ nodes Public
forked from LNP-BP/nodes

Complete LNP/BP protocol daemons suite

License

Notifications You must be signed in to change notification settings

adambor/nodes

 
 

Repository files navigation

LNP/BP nodes integration

The repo provides integration packages for LNP/BP node suit, which includes

Installing all nodes locally:

rustup update nightly
cargo +nightly install lnpbp_nodes -Z bindeps

Installing just command-line tools:

rustup update nightly
cargo +nightly install lnpbp-cli -Z bindeps

Using RPC API in another project Cargo.toml:

[dependecies]
lnpbp_rpc = "0.8.0"

Integration architecture

image

About

Complete LNP/BP protocol daemons suite

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 61.9%
  • Rust 38.1%