File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ flowchart LR
15
15
dotherside --> nimqml{{"NimQML"}}
16
16
nimqml --> nim["Middleware (Nim)"]
17
17
nim --> statusgo{{"Backend (status-go)"}}
18
+ nim --> nimstatusgo{{"nim-status-go"}}
19
+ nimstatusgo --> statusgo
18
20
statusgo --> waku{{"Waku"}}
19
21
statusgo --> providers[["Wallet providers"]]
20
22
statusgo --> db[(Local Databases)]
@@ -32,5 +34,6 @@ flowchart LR
32
34
click nim "https://github.com/status-im/status-desktop/tree/master/src" "Link to the Nim code"
33
35
click statusgo "https://github.com/status-im/status-go" "Link to the Status-Go repo"
34
36
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"
35
38
```
36
39
You can’t perform that action at this time.
0 commit comments