Skip to content

Add Getting Started with LDK Node guide#315

Open
Camillarhi wants to merge 1 commit into
lightningdevkit:mainfrom
Camillarhi:docs/getting-started-with-ldk-node
Open

Add Getting Started with LDK Node guide#315
Camillarhi wants to merge 1 commit into
lightningdevkit:mainfrom
Camillarhi:docs/getting-started-with-ldk-node

Conversation

@Camillarhi

@Camillarhi Camillarhi commented Jun 12, 2026

Copy link
Copy Markdown

Adds a guide for building a Lightning node with ldk-node in Rust, covering node setup, channel management, BOLT11/BOLT12 payments, and spontaneous payments against a local Polar regtest network.

Adds:

  • docs/getting-started-with-ldk-node.md
  • sidebar/config entries in docs/.vitepress/config.mts and docs/.vuepress/config.js
  • footer link in docs/.vitepress/theme/components/SiteFooter.vue

🤖 Kotlin code examples generated with Claude Code

@netlify

netlify Bot commented Jun 12, 2026

Copy link
Copy Markdown

Deploy Preview for lightningdevkit ready!

Name Link
🔨 Latest commit 004377c
🔍 Latest deploy log https://app.netlify.com/projects/lightningdevkit/deploys/6a633f11fbef1d0008a8881f
😎 Deploy Preview https://deploy-preview-315--lightningdevkit.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@Camillarhi
Camillarhi force-pushed the docs/getting-started-with-ldk-node branch from 5ca6ec4 to 16a8ba1 Compare June 13, 2026 02:08

@ConorOkus ConorOkus left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated code review (Claude Code) — 3 inline comments below on the guide's code samples, plus one issue that can't be anchored inline:

PR body promises a footer link that isn't in the diff. The description says "footer link in docs/.vitepress/theme/components/SiteFooter.vue", but the diff doesn't touch that file and it has no getting-started entry. The footer entry that was added lives in the legacy docs/.vuepress/config.js, which the live VitePress build doesn't read (the build workflow publishes docs/.vitepress/dist). Either add { text: 'Getting Started with LDK Node', link: '/getting-started-with-ldk-node' } to the Docs column in SiteFooter.vue, or amend the PR description.

Verdict: ready with fixes — structure, flow, and sidebar wiring are sound; the three inline items are small, localized edits to the code samples.

Comment thread docs/getting-started-with-ldk-node.md Outdated
Comment thread docs/getting-started-with-ldk-node.md Outdated
Comment thread docs/getting-started-with-ldk-node.md Outdated
Walkthrough for building a Lightning node with ldk-node in Rust and kotlin
covering node setup, channel management, BOLT11 and BOLT12 payments, and
spontaneous payments using Polar for a local regtest environment.
@Camillarhi
Camillarhi force-pushed the docs/getting-started-with-ldk-node branch from 16a8ba1 to 004377c Compare July 24, 2026 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants