lightningdevkit.org
lightningdevkit.org copied to clipboard
Lightning Development Kit Documentation
See https://github.com/lightningdevkit/ldk-sample/pull/78.
https://github.com/lightningdevkit/rust-lightning/pull/1706 added proper support for compact block filters to the `lightning-block-sync` crate. The guide "Blockchain Data" guide needs to be updated such that (1) the code examples use the updated...
Inspired by https://bitcoindevkit.org/blog/2021/01/fee-estimation-for-light-clients-part-1/ For now, the only covered sections are Fee-Estimation, Liveliness & Watchtowers, Chain Validation. Future sections could be Key-Management, Backups, Routing, Liquidity management, General Security & Privacy Recommendations....
I don't see it on the website
I don't see it on the website.
Outline the available options when estimating fees for on-chain transactions that LDK wants to broadcast.
https://calendar.google.com/calendar/u/0/r?cid=Y19lNmZ2NnZsc2hicG9vYjJtbWJ2Ymxra29qNEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t
Create a table showing the different trade-offs LDK-based implementations have made e.g (Sensei, lnrod, lnq). Based on block sourcing, networking, entropy, pathfinding etc
- Highlight the fact we expect users to implement their own `KeysInterface` but use `InMemorySigner` for channel-specific parts. - Some recommendations for transferring state to a separate node/wallet implementation given,...
Addition of a beginner-friendly contribution section for anyone looking to contribute to the technical documentation of the site. With some reference from [here](https://opensource.guide/) I could set it up