Skip to content

Commit fe535a2

Browse files
authored
Adds new samples to examples page (#236)
1 parent 339c32e commit fe535a2

File tree

1 file changed

+36
-8
lines changed

1 file changed

+36
-8
lines changed

docs/examples.md

+36-8
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,49 @@ Click the links below and learn from community-built example projects
44

55
### [Rust Sample Node](https://github.com/lightningdevkit/ldk-sample)
66

7-
The sample serves as a complete reference for constructing a Lightning node with
8-
the LDK. This is a good starting point if you want a self-guided tour!
7+
This sample serves as a complete reference for constructing a lightning node with
8+
LDK. This is a good starting point if you want a self-guided tour.
99

10-
### [Java Sample Node](https://github.com/getlipa/ldk-sample-java)
10+
### [Kotlin/Android Sample App](https://github.com/conorokus/umlando-wallet)
1111

12-
This repository contains a sample implementation of LDK as the result of following the steps described in [Building a Node with LDK in Java](/tutorials/build_a_node_in_java/).
12+
This sample uses the Kotlin bindings provided by [ldk-garbagecollected](https://github.com/lightningdevkit/ldk-garbagecollected) to create a self-custodial mobile lightning wallet on Android.
1313

14-
### [Kotlin Sample Node](https://github.com/BlueWallet/HelloLightning)
14+
### [Swift/iOS Sample App](https://github.com/Roy0Anonymous/Vajra-Wallet)
1515

16-
Kotlin based CLI lightning network server based on LDK. Provides HTTP-RPC interface.
16+
This sample uses the Swift bindings provided by [ldk-swift](https://github.com/lightningdevkit/ldk-swift) to create a self-custodial mobile lightning wallet on iOS.
1717

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

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

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

24-
A Rust Lightning node sample implementation based on LDK with an embedded Tor daemon.
24+
A Rust lightning node sample implementation based on LDK with an embedded Tor daemon.
25+
26+
### [LDK Node](https://github.com/lightningdevkit/ldk-node)
27+
28+
A ready-to-go Lightning node library built using LDK and [BDK](https://bitcoindevkit.org/).
29+
30+
### [LDK Node Rust Sample](https://github.com/optout21/ldk-node-sample)
31+
32+
A sample lightning node command-line app built on top of LDK Node (similar to ldk-sample).
33+
34+
### [LDK Node Swift Sample App](https://github.com/reez/Monday/tree/main/LDKNodeMonday)
35+
36+
This sample uses [ldk-node-swift](https://github.com/lightningdevkit/ldk-node/blob/main/Package.swift) bindings to quickly build a self custodial lightning mobile wallet on iOS. Watch the video tutorial [here](https://www.youtube.com/watch?v=rcU3LU6iZCs).
37+
38+
### [LDK Node Swift Sample app using Bitcoin Design Guide](https://github.com/bdgwallet/dailywallet)
39+
40+
This sample is a good starting point for building a sample iOS wallet with a strong focus on user experience.
41+
42+
### [LDK Node Flutter Sample App](https://github.com/LtbLightning/ldk-node-flutter-demo)
43+
44+
This sample is a starting point for an LDK Node Flutter app.
45+
46+
### [LDK Node React Native Sample App](https://github.com/LtbLightning/ldk-node-rn-demo)
47+
48+
This sample is a starting point for an LDK Node React Native app.
49+
50+
### [LDK Node Sample Desktop App](https://github.com/jbesraa/ldk-node-desktop)
51+
52+
This sample is a desktop node manager for LDK Node.

0 commit comments

Comments
 (0)