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
9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
flowchart LR
|
|
subgraph PezkuwiSDKChain[A Pezkuwi SDK-based blockchain]
|
|
Node
|
|
Runtime
|
|
end
|
|
|
|
FRAME -.-> Runtime
|
|
PezkuwiSDK[Pezkuwi SDK Node Libraries] -.-> Node
|