Skip to content

The second generation of the HyperGrid Grid implementation, for Sonic v2.

License

Notifications You must be signed in to change notification settings

mirrorworld-universe/grid-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HyperGrid Grid V2

The second generation of the HyperGrid Grid implementation, for Sonic v2.

See Reference Doc

Workspace

"cache",
"core",
"node",
"p2p",
"rpc",
"storage",
"svm"

grid-node

Combining all layers into a single CLI executable node

  • CLI Runner
  • Configuration Builder
  • Central Hub

grid-cache

Contains caching mechanisms for grid storage

grid-core

Contains Hypergrid Framework specific constructs and interactions

  • HSSN Touchpoint
  • Hyperfuse Touchpoint

grid-p2p

Contains peering mechanism for network state reconciliation

  • LibP2P
  • DHTs
  • Routing Tables
  • State Reconciliation
  • State Streaming

grid-rpc

Contains main ingress gateway for grid node

  • HTTP JSON-RPC endpoints
  • Websockets JSON-RPC endpoints

grid-storage

Contains grid specific storage implementation

  • Ledger Storage
  • Accounts Storage

grid-svm

Contains Solana specific runtime implementations

  • L1 Account Loading
  • Transaction Processor
  • Program Caching
  • VM Interactions

About

The second generation of the HyperGrid Grid implementation, for Sonic v2.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages