lightningdevkit.org
lightningdevkit.org copied to clipboard
Lightning Development Kit Documentation
Add `OutputSweeper` that deals with handling `SpendableOutputDescriptors`
Can add examples for kotlin and swift examples once exposed in the bindings. Also probably worth adding CBF examples once available in BDK 1.0 Closes https://github.com/lightningdevkit/lightningdevkit.org/issues/249
See https://github.com/lightningdevkit/lightningdevkit.org/pull/226#issuecomment-1709447356
This PR aims to address my current concerns about the limited transparency and potential deadlock issues of the current code of conduct. It introduces two simple changes a) renew of...
Docs on setting up multi-node receive are needed (i.e., phantom node / payments). Should discuss: - Why multi-node receive is useful and when it should be used - Using `PhantomKeysManager`...