X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=README.md;h=3c34335c244af9d04734f2be010d424b06c498fd;hb=39397d4e14ed87e62cf8f313de749b7b5785561e;hp=bebbe68d6e735156eecce588c75dc5c70b43f798;hpb=991d99ba01e591ae4130bcc92a2ce7c93c8df4da;p=rust-lightning diff --git a/README.md b/README.md index bebbe68d..3c34335c 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,26 @@ production-worthy implementation in 2021. Communications for Rust-Lightning and Lightning Development Kit happens through our LDK [slack](https://join.slack.com/t/lightningdevkit/shared_invite/zt-tte36cb7-r5f41MDn3ObFtDu~N9dCrQ) & [discord](https://discord.gg/5AcknnMfBw) channels. +Crates +----------- +1. [lightning](./lightning) + The Core of the LDK library, implements the lightning protocol, channel state machine, + and on-chain logic. Supports no-std and exposes on relatively low-level interfaces. +2. [lightning-background-processor](./lightning-background-processor) + Utilities to perform required background tasks for Rust Lightning. +3. [lightning-block-sync](./lightning-block-sync) + Utilities to fetch the chain data from a block source and feed them into Rust Lightning. +4. [lightning-invoice](./lightning-invoice) + Data structures to parse and serialize BOLT11 lightning invoices. +5. [lightning-net-tokio](./lightning-net-tokio) + Implementation of the rust-lightning network stack using Tokio. + For Rust-Lightning clients which wish to make direct connections to Lightning P2P nodes, + this is a simple alternative to implementing the required network stack, especially for those already using Tokio. +6. [lightning-persister](./lightning-persister) + Utilities to manage Rust-Lightning channel data persistence and retrieval. +7. [lightning-rapid-gossip-sync](./lightning-rapid-gossip-sync) + Client for rapid gossip graph syncing, aimed primarily at mobile clients. + About ----------- LDK/Rust-Lightning is a generic library which allows you to build a lightning