Skip to content

Commit b386ee7

Browse files
committed
Update README to signal Electrum support
1 parent 501fc5b commit b386ee7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ fn main() {
5555
LDK Node currently comes with a decidedly opinionated set of design choices:
5656

5757
- On-chain data is handled by the integrated [BDK][bdk] wallet.
58-
- Chain data may currently be sourced from the Bitcoin Core RPC interface or an [Esplora][esplora] server, while support for Electrum will follow soon.
58+
- Chain data may currently be sourced from the Bitcoin Core RPC interface, or from an [Electrum][electrum] or [Esplora][esplora] server.
5959
- Wallet and channel state may be persisted to an [SQLite][sqlite] database, to file system, or to a custom back-end to be implemented by the user.
6060
- Gossip data may be sourced via Lightning's peer-to-peer network or the [Rapid Gossip Sync](https://docs.rs/lightning-rapid-gossip-sync/*/lightning_rapid_gossip_sync/) protocol.
6161
- Entropy for the Lightning and on-chain wallets may be sourced from raw bytes or a [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) mnemonic. In addition, LDK Node offers the means to generate and persist the entropy bytes to disk.
@@ -72,6 +72,7 @@ The Minimum Supported Rust Version (MSRV) is currently 1.75.0.
7272
[rust_crate]: https://crates.io/
7373
[ldk]: https://lightningdevkit.org/
7474
[bdk]: https://bitcoindevkit.org/
75+
[electrum]: https://github.com/spesmilo/electrum-protocol
7576
[esplora]: https://github.com/Blockstream/esplora
7677
[sqlite]: https://sqlite.org/
7778
[rust]: https://www.rust-lang.org/

0 commit comments

Comments
 (0)