Skip to content

Remove outdated LDK+BDK sample #171

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,10 @@ This repository contains a sample implementation of LDK as the result of followi

Kotlin based CLI lightning network server based on LDK. Provides HTTP-RPC interface.

### [LDK + BDK Sample Node](https://github.com/johncantrell97/ldk-bdk-sample)

This library hopes to bridge the gap needed to implement a LDK-based lightning client using a `bdk::Wallet`.

### [Rust node with sample Lightning Signer integration](https://gitlab.com/lightning-signer/lnrod/)

A Rust Lightning node implementation based on the LDK and the Lightning Signer projects. Aims to be production ready at some point.

### [Rust node with sample Tor integration](https://github.com/TonyGiorgio/ldk-sample-tor)

A Rust Lightning node sample implementation based on LDK with an embedded Tor daemon.
A Rust Lightning node sample implementation based on LDK with an embedded Tor daemon.