Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 741 Bytes

File metadata and controls

22 lines (19 loc) · 741 Bytes

Workshop: Getting Started with LDK Node

Documentation: https://docs.rs/ldk-node

Regtest URLs

  • 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

Invoice Payment Challenge

  1. Install Rust, clone this repo
  2. Look through docs
  3. Setup Config (configure Esplora URL)
  4. Setup Builder from config, build() node
  5. Start LDK Node
  6. Get a new funding address
  7. Have it funded via the faucet
  8. Open channel to our node (see above)
  9. Get your invoice (10k sats) from the faucet (clock starts ticking!!)
  10. Parse invoice (Invoice::from_str)
  11. Pay invoice