Skip to content

Commit 5e80f4e

Browse files
author
Conor Okus
committed
Trigger Build
1 parent 4e9d35f commit 5e80f4e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/.vuepress/config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,10 @@ module.exports = {
195195
text: "Docs",
196196
link: "/introduction/",
197197
},
198+
{
199+
text: "Case Studies",
200+
link: "/case-studies/",
201+
},
198202
{
199203
text: "Blog",
200204
link: "/blog/",

docs/introduction/networking.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22

33
To enable you to run a full Lightning node on an embedded machine, LDK doesn't specify exactly how to connect to another node at all! The default implementation uses TCP sockets, but, e.g., if you wanted to run your full Lightning node on a hardware wallet, you could, by piping the Lightning network messages over USB/serial and then sending them in a TCP socket from another machine.
44

5-
* [Sample module in Rust](https://github.com/rust-bitcoin/rust-lightning/tree/main/lightning-net-tokio)
6-
* [Sample module in Java](https://github.com/lightningdevkit/ldk-garbagecollected/tree/main/src/main/java/org/ldk/batteries)
5+
Learn more about [connect to peers.](../building-a-node-with-ldk/connect-to-peers.md)

0 commit comments

Comments
 (0)