Skip to content

Commit f725835

Browse files
committed
add nim-status-go box and links
1 parent 7f640c8 commit f725835

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/architecture.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ flowchart LR
1515
dotherside --> nimqml{{"NimQML"}}
1616
nimqml --> nim["Middleware (Nim)"]
1717
nim --> statusgo{{"Backend (status-go)"}}
18+
nim --> nimstatusgo{{"nim-status-go"}}
19+
nimstatusgo --> statusgo
1820
statusgo --> waku{{"Waku"}}
1921
statusgo --> providers[["Wallet providers"]]
2022
statusgo --> db[(Local Databases)]
@@ -32,5 +34,6 @@ flowchart LR
3234
click nim "https://github.com/status-im/status-desktop/tree/master/src" "Link to the Nim code"
3335
click statusgo "https://github.com/status-im/status-go" "Link to the Status-Go repo"
3436
click waku "https://github.com/waku-org" "Link to the Waku org"
37+
click nimstatusgo "https://github.com/status-im/nim-status-go" "Link to nim-status-go repo"
3538
```
3639

0 commit comments

Comments
 (0)