The second generation of the HyperGrid Grid implementation, for Sonic v2.
See Reference Doc
"cache",
"core",
"node",
"p2p",
"rpc",
"storage",
"svm"
Combining all layers into a single CLI executable node
- CLI Runner
- Configuration Builder
- Central Hub
Contains caching mechanisms for grid storage
Contains Hypergrid Framework specific constructs and interactions
- HSSN Touchpoint
- Hyperfuse Touchpoint
Contains peering mechanism for network state reconciliation
- LibP2P
- DHTs
- Routing Tables
- State Reconciliation
- State Streaming
Contains main ingress gateway for grid node
- HTTP JSON-RPC endpoints
- Websockets JSON-RPC endpoints
Contains grid specific storage implementation
- Ledger Storage
- Accounts Storage
Contains Solana specific runtime implementations
- L1 Account Loading
- Transaction Processor
- Program Caching
- VM Interactions