Block Explorer


Block Explorer

The Block Exploreropen in new window is a module to allow exposing everything that is happening on your hyperchain to your users/developers. It comes with the following components:

  • Block Explorer Worker: an indexer service for hyperchain data. The purpose of the service is to read the data from the blockchain in real-time, transform it and fill in its database to be used by the API.

  • Block Explorer API: a service that provides an HTTP API for retrieving structured hyperchain data. It must be connected to the block explorer worker database.

  • Block Explorer App: The UI that allows user/devs to explore transactions, blocks, batches, contracts, tokens, and much more, on your hyperchain.