Docs
Tutorials
Case Studies
Blog
Discord (opens new window)
GitHub (opens new window)
GitHub (opens new window)
Docs
Tutorials
Case Studies
Blog
Discord (opens new window)
GitHub (opens new window)
GitHub (opens new window)
  • Documentation

    • Introduction
    • Running a sample LDK node
    • Overview

    • Payments
      • Connecting Peers
      • Managing Channels
      • Sending Payments
      • Receiving Payments
    • Blockchain Data

    • Key Management
    • Examples
  • API Reference

    • Rust

      • lightning (opens new window)
      • lightning-background-processor (opens new window)
      • lightning-block-sync (opens new window)
      • lightning-invoice (opens new window)
      • lightning-net-tokio (opens new window)
      • lightning-persister (opens new window)
      • lightning-rapid-gossip-sync (opens new window)
      • lightning-transaction-sync (opens new window)
    • Java/Kotlin (opens new window)
    • Swift (opens new window)
    • TypeScript (opens new window)

# Payments

In this guide, we'll cover common operations when using LDK after you've set up your Lightning node.

  • Connecting Peers shows how get on the Lightning Network.
  • Managing Channels covers the ins and outs of channels management.
  • Sending Payments demonstrates making payments using your channels.
  • Receiving Payments walks through how to get paid via Lightning.

Time to roll up your sleeves!

Edit this page (opens new window)
Last Updated: 7/28/2022, 8:42:37 AM

Docs

Introduction
Sample LDK node
Architecture
Payments
Blockchain Data
Key Management
Examples

Community

GitHub (opens new window)
Twitter (opens new window)
Chat on Discord (opens new window)
LDK Calendar (opens new window)
LDK Review Club (opens new window)
Code of Conduct
Reporting a Vulnerability (opens new window)

More

Blog

Copyright © 2023 LDK Developers