The Sonic Hypergrid Shared Sequencer Network is a network implemented on the Cosmos framework that operates between the Grid and the Solana Base Layer. This network will manage the state for all communications—between the grid and the Solana base layer, among grids, and even including the periodic synchronization of block data from the grid as a rollup to the Solana base layer.

To monitor the operation of the Hypergrid Shared Sequencer Network, we have developed this dashboard, which displays the data for the entire Hypergrid Shared Sequencer Network. You can access this dashboard through the following URL: https://explorer-hssn.hypergrid.dev/

Home Page

The Home page will display basic information about the entire Hypergrid Shared Sequencer Network.

  • Latest Block Height: The current block height of the Hypergrid Shared Sequencer Network.
  • Latest Block Time: The time when the latest block of the Hypergrid Shared Sequencer Network was generated.
  • Network: The name of the current Hypergrid Shared Sequencer Network, which in this project is “hypergridssn”.
  • Validators: The number of validators in the current Hypergrid Shared Sequencer Network, which in this project is currently one.

Additionally, from the connection diagram below, it can be seen that all grids and the Solana Devnet need to communicate through the hypergridssn.

Grids Page

The Grids page will display all the nodes currently in the Hypergrid Shared Sequencer Network.

  • NAME: Indicates the name of the node.
  • ROLE: Indicates the role of the node within the entire HSSN architecture. Solana is the base layer. HSSN is a validator based on Cosmos. Sonic Grid is a server dedicated to gas fee settlement. Grid is a server running various game programs.
  • RPC: The interface for remote access to the server.
  • PUBKEY: The public key of the founding account.
  • DATA ACCOUNT: The account that stores data related to HSSN communication.
  • START TIME: The time when this grid was created.

Syncs Page

The Syncs page will display the synchronization of each Grid node within the Hypergrid Shared Sequencer Network to the Solana Devnet.

  • ID: Auto-incrementing number.
  • GRID: Name of the synchronized Grid node.
  • ACCOUNT: Account information created for this synchronization data, clickable to view the record on the Solana Devnet.
  • SLOT: Slot number of the data synchronized to the Solana Devnet.
  • HASH: Hash number of the transaction synchronized to the Solana Devnet.
  • CREATOR: The management account of this information on the SSN’s validator.

Blocks Page

The Blocks page will display information about the BlockChain within the current Hypergrid Shared Sequencer Network.
The Blocks tab content showcases BlockChain information.

  • HEIGHT: Block height.
  • APP HASH: Hash value of the transaction that created the block.
  • TXS: Number of transactions contained in the block.
  • TIME: Block creation time.

The Transactions tab displays information about transactions.

  • TX HASH: Hash value of the transaction.
  • RESULT: Result returned after executing the transaction.
  • MESSAGES: Messages of the transaction.
  • HEIGHT: Height of the block where the transaction is located.
  • TIME: Transaction creation time.

Validators Page

The Validators page will display information about the Validators within the current Hypergrid Shared Sequencer Network.

  • VALIDATOR: Name of the validator in the SSN layer built on the Cosmos architecture.
  • STATUS: Current operating status of the validator.
  • VOTING POWER: The proportion of voting power of the current validator among all validators.

Shared Accounts Page

The Shared Accounts page will display a list of communication status information within the current Hypergrid Shared Sequencer Network.

  • ADDRESS: The address where communication information recorded by the validator in the SSN layer built on the Cosmos architecture is stored.
  • SOURCE: Name of the source node of this communication information.
  • SLOT: The block slot where this communication information is stored.
  • ACCOUNT INFO: The content of this communication information.
  • CREATOR: The account that created this communication information on the validator.
  • VERSION: Version information.

Fee Page

The Fee page will display the list of fee bills and settlement records within the current Hypergrid Shared Sequencer Network.
The Grid Block Fee tab will display all fee bills. These fee bills are original records formed based on the transaction fees consumed by each signed transaction.

  • ID: Auto-incrementing bill number.
  • GRID: Name of the node that created this gas fee information.
  • BLOCKHASH: Hash value of the transaction that created this gas fee.
  • SLOT: Slot of the block where the transaction that created this gas fee is located.
  • BLOCKTIME: Creation time of the block where the transaction that created this gas fee is located.
  • FEE: Token amount of this gas fee.
  • CREATOR: Account of the transaction that created this gas fee.

The Fee Settlement tab will display all settlement bills. Settlement bills are periodic settlement records formed by executing settlement procedures based on the fee bills.

  • ID: Auto-incrementing number.
  • FROM ID: First gas fee bill within the scope of this settlement bill.
  • END ID: Last gas fee bill within the scope of this settlement bill.
  • BILL: Information of this settlement bill.
  • STATUS: Execution status of this settlement bill.