Explorers#
The Ergo Explorer is a tool that serves as an interface with the Ergo blockchain. It helps users explore and monitor the activities happening on the Ergo blockchain.
There are several public explorer available:
Toolkits#
- Ergo Nix Toolkit provides Nix derivations for packages and services on Ergo.
- Ergo Bootstrap, built on top of ergo-nix, will help you to quickly deploy an Ergo blockchain cluster with a handful of useful tools you might need to start developing your dApps.
- ergo-setup is a Docker based Ergo setup (Node, Explorer & GraphQL). Somewhat similar to Ergo Bootstrap except it offers much less options and is not NixOS-based.
uExplorer#
- uExplorer is a supplementary, lightweight Ergo explorer with CassandraDB backend :
Mirrors#
Some popular mirrors for the explorer and graphql
- api.ergo.aap.cornell.edu provides an Explorer API and Web UI for the Ergo blockchain. It also hosts a node at this address.
- sigmaexplorer: sigmaexplorer hosts a copy of the explorer using a GraphQL backend.