mirror of
https://github.com/acid-info/waku.guide.git
synced 2025-02-23 23:38:10 +00:00
7 lines
271 B
Markdown
7 lines
271 B
Markdown
|
```mermaid
|
||
|
sequenceDiagram
|
||
|
Alice->>Bob: Connect to Bob (predefined node details)
|
||
|
Alice->>Carol: Connect to Carol (predefined node details)
|
||
|
```
|
||
|
|
||
|
Alice establishes connections with Bob and Carol using their node details, which are predefined (hard-coded) into Alice's node.
|