You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
17
17
18
18
### [Rust node with sample Lightning Signer integration](https://gitlab.com/lightning-signer/lnrod/)
19
19
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.
21
21
22
22
### [Rust node with sample Tor integration](https://github.com/TonyGiorgio/ldk-sample-tor)
23
23
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.
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.
0 commit comments