Block explorer
Each RollApp may have its own block explorer or be aggregated in an external indexer/explorer service. RollApp deployers have various block explorer options some of which are listed below:
E-scan (Builder of DYM.FYI):
Please send an email to victor@escan.live
with your block explorer RPC (BE-RPC
). This port must be enabled in ~/.$ROLLAPP_HOME_DIR/config/be-json-rpc.toml
.
# defines if the Be Json RPC server should be enabled.
enable = "true"
note
Block explorer RPC is exposed at Port 11100
is different than the standard EVM JSON-RPC exposed at Port 8545
.
External services
Users may integrate external block explorer services such as Block scout. These block explorers handle EVM transactions, but do not include transactions related to RollApp bridging, governance, and more handled in the Dymension RDK.