mirror of
https://github.com/pezkuwichain/docs.git
synced 2026-04-22 01:57:58 +00:00
b4dfaaf5bb
- Technical documentation - SDK guides - Architecture overview - Whitepaper - Contributor guides
11 lines
216 B
Plaintext
11 lines
216 B
Plaintext
flowchart LR
|
|
|
|
subgraph Pezkuwi[The Pezkuwi Relay Chain]
|
|
PezkuwiNode[Pezkuwi Node]
|
|
PezkuwiRuntime[Pezkuwi Runtime]
|
|
end
|
|
|
|
FRAME -.-> PezkuwiRuntime
|
|
PezkuwiSDK[Pezkuwi SDK Node Libraries] -.-> PezkuwiNode
|
|
|