Does Kaleido provide a public block explorer for their environments?

There is no out-of-the-box public block explorer, although Kaleido does have some dedicated offerings in this space. If you're interested in learning more, please contact support@kaleido.io.

In terms of creating your own public block explorer, there are a few options.

  • Leverage the /ledger route in the Kaleido API surface to scrape any information of interest (all of the data exposed in the console data explorer is retrievable with this class).
  • Hook up event streams to one or more of your nodes and use the returned state changes to build your own block explorer. Note that this approach may not contain every transaction (e.g. deployments) and is dependent on your smart contracts being properly coded to emit events.
  • Integrate with an external library like BlockScout
Was this article helpful?
0 out of 0 found this helpful