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
21 lines
278 B
Plaintext
21 lines
278 B
Plaintext
graph TB
|
|
subgraph Substrate
|
|
direction LR
|
|
subgraph Node
|
|
Database
|
|
Networking
|
|
Consensus
|
|
end
|
|
subgraph Runtime
|
|
subgraph FRAME
|
|
direction LR
|
|
Governance
|
|
Currency
|
|
Staking
|
|
Identity
|
|
end
|
|
end
|
|
Node --runtime-api--> Runtime
|
|
Runtime --host-functions--> Node
|
|
end
|