lightningdevkit.org icon indicating copy to clipboard operation
lightningdevkit.org copied to clipboard

Lightning Development Kit Documentation

Results 51 lightningdevkit.org issues
Sort by recently updated
recently updated
newest added

Diagrams from @jkczyz, @arik-so, and @ariard need to be added IIUC.

Rather than just a big code block with comments, this section should be broken up into steps with headers, explanations, and code samples -- along the lines of the `Build...

Especially in the context of running an LSP, it should include: - How to setup a prober? - How to produce the scoring file - Best practices for serving the...

This PR is a first-draft submission for ```FeeEstimator``` documentation (including best practices). Once complete, it will close #153. As of now, I submitted the documentation as a single file, since...

This PR updates the Fee Estimation docs, incorporating the new ```ConfirmationTarget```s outlined in this [PR](https://github.com/lightningdevkit/rust-lightning/pull/3268). Changes are the following: 1. Updated the ConfirmationTarget table with new Confirmation Targets (```MaximumFeeEstimate```, ```UrgentOnChainSweep```)...

We have some high-level introductory material in our blog [post](https://lightningdevkit.org/blog/anchor-outputs-channels-are-here/) and a Youtube [video](https://youtu.be/03nzJYOUjks?si=LyTLraoCItvqGNc-) We should add more detailed guidance/best practices e.g. - Mempool policy - Transaction pinning - UTXO...

Include information for wallets implementing BIP-353 and BLIP-32, especially important for custodians

1. To allow 0-conf channels, set UserConfig::manually_accept_inbound_channel and start handling OpenChannelRequest events via the ChannelManager::accept_inbound_channel_from_trusted_peer_0conf call 2. Configure LiquidityManager by setting the LSPS2ClientConfig and set it as your CustomMessageHandler in...

The search bar on LDK's website will return a 404 - Not Found for some searches. For example, if you search "Step" and select any of the options, you will...