#smart-contracts #layer-2 #bitcoin

lnpbp_rpc

Umbrella package for LNP/BP nodes RPC APIs

1 unstable release

0.8.0-alpha.1 Jun 21, 2022

#28 in #layer-2

MIT license

4KB

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

~27–37MB
~518K SLoC