Skip to content

Commit 2c6e452

Browse files
Merge pull request #5 from jkczyz/2021-02-ldk-architecture
LDK architecture tweaks
2 parents ee64baa + 3904948 commit 2c6e452

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/assets/ldk-architecture.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/getting_started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ Throughout these docs, if any piece of code is used or mentioned, the most in-de
2525
found by searching [the Rust docs](https://docs.rs/lightning/0.0.12/lightning/index.html).
2626

2727
## Architecture
28-
<img alt="LDK Architecture" src={useBaseUrl('img/ldk_arch.svg')} />
28+
![LDK Architecture](assets/ldk-architecture.svg)
2929

30-
The big blue box in the center contains all of LDK's core objects.
31-
32-
The green boxes on the outside of the big blue box and Data Storage are all of LDK's batteries that must be provided.
30+
LDK's core components are shown in the center box labeled `lightning`. Boxes
31+
with dotted borders are LDK's batteries — these must be configured with either
32+
off-the-shelf or custom implementations that you provide.
3333

3434
## LDK Batteries
3535

static/img/ldk_arch.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)