2

I've built an EVM-compatible blockchain using Substrate and connected it with Metamask and PolkadotJs explorer. But I want a more user-friendly explorer that users with a non-technical background can also use to view their transactions, like etherscan. Are there any open-source explorers out there that are compatible with Substrate-based EVM chains? Thank you!

3
  • Have you tried connecting any evm explorers to the RPC?
    – Nuke
    Commented Dec 2, 2022 at 16:18
  • Yep, I've connected Epirus and Expedition @DanShields
    – Discardo
    Commented Dec 4, 2022 at 15:53
  • Nice. Successful? If so, I think you could answer your own question with some suggestions :)
    – Nuke
    Commented Dec 6, 2022 at 4:45

1 Answer 1

3

Yes, there is an open source indexer and explorer called Blockscout, which is fairly user-friendly. You can use for your Substrate-based EVM chain.

Here are some examples of its usage by Moonbeam parachain and CloudWalk solochain.

Not the answer you're looking for? Browse other questions tagged or ask your own question.