#smart-contracts #bitcoin #layer-2 #node #rgb

app lnpbp-cli

Umbrella package for LNP/BP nodes command-line tools

1 unstable release

0.8.0-rc.1 Jul 14, 2022

#8 in #layer-2

MIT license

20KB
85 lines

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

Dependencies

~29–43MB
~642K SLoC