Skip to content

LNP-BP/nodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a783a17 · Jul 8, 2023

History

43 Commits
Jun 19, 2022
Jul 14, 2022
Jul 8, 2023
Jul 13, 2022
Jul 14, 2022
Jun 18, 2022
Jun 18, 2022
Jun 18, 2022
Jun 18, 2022
Jul 14, 2022
Jul 14, 2022
Jun 18, 2022
Jul 15, 2022
Jun 18, 2022

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