https://github.com/LNP-WG/lnp-core
Lightning Network Protocol core library
https://github.com/LNP-WG/lnp-core
Last synced: about 1 month ago
JSON representation
Lightning Network Protocol core library
- Host: GitHub
- URL: https://github.com/LNP-WG/lnp-core
- Owner: LNP-WG
- License: mit
- Created: 2021-01-18T20:32:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T16:03:36.000Z (about 1 year ago)
- Last Synced: 2025-03-25T21:47:14.324Z (about 2 months ago)
- Language: Rust
- Size: 2.46 MB
- Stars: 25
- Watchers: 7
- Forks: 18
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-rgb-protocol - LNP Core
README
# LNP Core Library



[](https://codecov.io/gh/LNP-WG/lnp-core)[](https://crates.io/crates/lnp-core)
[](https://docs.rs/lnp-core)
[](https://github.com/rust-secure-code/safety-dance/)
[](./LICENSE)This is LNP Core Library: a rust Lighting Network Protocol implementation
written from scratch. This project is an alternative implementation comparing
to LDK; its goals is to provide modular, dependency-minimized, well-written
lightning implementation, which simplifies experiments with new layers and
lightning applications.