2 releases
0.8.0-rc.1 | Jul 14, 2022 |
---|---|
0.8.0-alpha.1 | Jun 21, 2022 |
#8 in #layer-2
25KB
175 lines
LNP/BP nodes integration
The repo provides integration packages for LNP/BP node suit, which includes
- BP Node,
- LNP Node,
- RGB Node,
- Storm Node, and
- Store Service, which usually shipped separately from the Storm node.
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
Dependencies
~48MB
~700K SLoC