Skip to content

Commit 64e5da6

Browse files
author
Conor Okus
committed
Add updated diagram
1 parent b066d58 commit 64e5da6

File tree

3 files changed

+72
-3
lines changed

3 files changed

+72
-3
lines changed

docs/assets/architecture.png

-74.5 KB
Binary file not shown.

docs/assets/ldk-architecture.svg

Lines changed: 70 additions & 1 deletion
Loading

docs/overview/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Architecture
2-
![Architecture](../assets/architecture.png)
2+
![Architecture](../assets/ldk-architecture.svg)
33

44
Firstly, LDK is not a daemon, but rather its own implementation of the Lightning network written as an SDK and designed to be compiled and executed in your application.
55

@@ -9,4 +9,4 @@ We also use an event-driven architecture that will allow you to act upon several
99

1010
::: tip Langauge Bindings
1111

12-
Although the core SDK is written in Rust, we support many other programming languages. These include Java/Kotlin, Swift, JavaScript/Typescript/WASM (Beta), C++ (Alpha). Check out [examples](../examples.md) to see some of the implementations out in the wild!
12+
Although the core SDK is written in Rust, we support many other programming languages. These include Java/Kotlin, Swift, JavaScript/TypeScript (Beta), C++ (Alpha). Check out [examples](../examples.md) to see some of the implementations out in the wild!

0 commit comments

Comments
 (0)