File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,23 @@ id: references
3
3
title : References
4
4
---
5
5
6
- * Rust documentation: https://docs.rs/lightning/0.0.12/lightning/index.html
6
+ ### [ Rust Documentation] ( https://docs.rs/lightning )
7
+
7
8
These provide the most searchable and comprehensive documentation on LDK.
8
9
If you're using Java and want more information on any method/struct/etc., searching
9
10
the Rust docs for the Rust version of that struct/method is your best bet.
10
11
11
- * Rust sample node: https://github.com/TheBlueMatt/rust-lightning-bitcoinrpc
12
+ ### [ Rust Sample Node] ( https://github.com/TheBlueMatt/rust-lightning-bitcoinrpc )
13
+
12
14
While this node is a little outdated, it's still a very useful reference for how to construct
13
15
a lightning node using LDK.
14
16
15
- * Swift LDK documentation: https://github.com/arik-so/SwiftLightning/tree/master/Documentation
17
+ ### [ Swift LDK Documentation] ( https://github.com/arik-so/SwiftLightning/tree/master/Documentation )
18
+
16
19
These docs are mainly geared towards how Swift could call LDK C bindings directly, but still may
17
20
provide a useful overview of Rust Lightning in the context of language bindings.
21
+
22
+ ### [ LDK Architecture] ( https://docs.google.com/drawings/d/1Ql-q5gyrPnJhi7z_D39jayG0HEEVh6UEY1eULXb03Eg/edit?usp=sharing )
23
+
24
+ Gives a high-level organization of LDK and how the pieces fit together. Variations of this diagram
25
+ are used throughout the site. This is the primary source and is still a work in progress.
You can’t perform that action at this time.
0 commit comments