Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LNP-WG/lnp-core
Lightning Network Protocol core library
https://github.com/LNP-WG/lnp-core
Last synced: 2 months 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T16:03:36.000Z (11 months ago)
- Last Synced: 2024-10-28T14:41:46.957Z (3 months ago)
- Language: Rust
- Size: 2.46 MB
- Stars: 25
- Watchers: 8
- 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
![Build](https://github.com/LNP-WG/lnp-core/workflows/Build/badge.svg)
![Tests](https://github.com/LNP-WG/lnp-core/workflows/Tests/badge.svg)
![Lints](https://github.com/LNP-WG/lnp-core/workflows/Lints/badge.svg)
[![codecov](https://codecov.io/gh/LNP-WG/lnp-core/branch/master/graph/badge.svg)](https://codecov.io/gh/LNP-WG/lnp-core)[![crates.io](https://meritbadge.herokuapp.com/lnp-core)](https://crates.io/crates/lnp-core)
[![Docs](https://docs.rs/lnp-core/badge.svg)](https://docs.rs/lnp-core)
[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./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.