{"id":68666,"library":"lnp-core","title":"LNP Core","description":"Rust implementation of modular lightning channels architecture for the Lightning Network Protocol.","status":"active","version":"0.9.2","language":"rust","source_language":null,"source_url":"https://github.com/LNP-BP/lnp-core","tags":["lightning","bitcoin","channels","networking"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nlnp-core = \"0.9.2\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add lnp-core","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Channel","correct":"use lnp_core::Channel;"}],"quickstart":{"code":"use lnp_core::Channel;\n\nfn main() {\n    let channel = Channel::new();\n    println!(\"Channel created: {:?}\", channel);\n}","lang":"rust","description":"Creates a new LNP channel instance."},"warnings":[{"fix":"Add `bitcoin` crate to Cargo.toml.","message":"Requires a Bitcoin library (e.g., `bitcoin`) for transaction handling.","severity":"gotcha","affected_versions":">=0.9.0"}],"env_vars":null,"search_vec":"'architectur':9 'bitcoin':16 'channel':8,17 'core':2 'implement':4 'lightn':7,12,15 'lnp':1 'modular':6 'network':13,18 'protocol':14 'rust':3","created_at":"2026-06-17T17:52:37.004193+00:00","updated_at":"2026-06-17T17:52:37.004193+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://lnp-bp.org","github":"https://github.com/LNP-BP/lnp-core","docs":"https://docs.rs/lnp-core/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","crypto"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}