dethcrypto / dethcode

View source of deployed Ethereum contracts in VSCode
https://etherscan.deth.net/address/0xa3a7b6f88361f48403514059f1f16c8e78d60eec#code
1.36k stars 107 forks source link

Feature request: support Routescan-based explorers #89

Open iJaack opened 10 months ago

iJaack commented 10 months ago

Routescan is a block explorer platform.

It currently hosts many Single and Ecosystem Explorers, of which fully supported are:

Routescan offers two types of APIs:

We'd like to request integration for Routescan and, specifically, for the explorers mentioned above.

I'm available for further questions.

krzkaczor commented 10 months ago

@iJaack thanks for this proposal.

One idea to implement it is simply to support providing etherscan like API URL (and secret?) as query parameter. This way many other explorers would work out of the box.

This requires probably further research.

iJaack commented 10 months ago

Hi @krzkaczor thank you for the prompt response. We currently support all the Etherscan endpoints, so it should be pretty easy. Let me know if you need other input from us :)

iJaack commented 10 months ago

@krzkaczor specifically this ones: https://routescan.io/documentation/etherscan-compatibility/contracts

We already support Snowtrace: https://snowtrace.deth.net/address/0x6e84a6216eA6dACC71eE8E6b0a5B7322EEbC0fDd

But you'd need to enable support from your side for the other chains as well.

We aim to support 100 EVM chains by end of 2024, and they'll all have this same explorer type.

LMK

iJaack commented 8 months ago

@krzkaczor any feedback here?