X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=README.md;h=3c34335c244af9d04734f2be010d424b06c498fd;hb=f2aaf4ae60ed0e378acebf933fd07bfccb0ff94a;hp=ea1f08ae165e0ecbb3b1a49c15ab209bf43ab7e9;hpb=581a800ce2845f06d0029807c21fa5085f1e439a;p=rust-lightning diff --git a/README.md b/README.md index ea1f08ae..3c34335c 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ sufficient for a developer or project to experiment with it. Recent increased contribution rate to the project is expected to lead to a high quality, stable, production-worthy implementation in 2021. -Communications for Rust-Lightning and Lightning Development Kit happens through -[LDK slack](http://lightningdevkit.org/). +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 ----------- @@ -50,6 +50,8 @@ Crates 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 -----------