LNP-BP / nodes

Complete LNP/BP protocol daemons suite
MIT License
18 stars 9 forks source link
bitcoin bitcoin-protocol client-side-validation lightning lightning-network lnp lnp-bp p2p rgb storm

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