Documentation: https://docs.rs/ldk-node
- Faucet: http://ldk-node.tnull.de/
- Bitcoind:
ldk-node.tnull.de:18444
- Esplora:
http://ldk-node.tnull.de:3002
- Lightning:
031ee65dc5aca3f6f4c23408014f3554e52ac5c49080b42c1b1d0535ecb636b308@ldk-node.tnull.de:9736
- Install Rust, clone this repo
- Look through docs
- Setup
Config
(configure Esplora URL) - Setup
Builder
from config,build()
node - Start LDK Node
- Get a new funding address
- Have it funded via the faucet
- Open channel to our node (see above)
- Get your invoice (10k sats) from the faucet (clock starts ticking!!)
- Parse invoice (
Invoice::from_str
) - Pay invoice