tryethernal / ethernal

Ethernal is a block explorer for EVM-based chains. In a few seconds, spin up a fully-featured explorer for your L1/L2 rollup/testnet. Compatible with Optimism, ZK, Anvil, Hardhat, Geth...
https://www.tryethernal.com
Other
204 stars 47 forks source link

Add support for Anvil (part of foundry) local blockchains #251

Closed DegenComedian closed 1 year ago

DegenComedian commented 1 year ago

Dear developers,

I would love to have support for Anvil local blockchains like we have with hardhat. Here is the offical link to the project: https://github.com/foundry-rs/foundry/blob/master/anvil/README.md

It basically supports all Api rpc calls:

https://book.getfoundry.sh/reference/anvil/

antoinedc commented 1 year ago

Hello,

Anvil should work fine with Ethernal by default. There has even been an integration built for the CLI so it can detect local artifacts and synchronize them automatically.

Is there anything in particular that is missing? Or an additional integration that you'd like?

DegenComedian commented 1 year ago

no specific thing in mind, I will try to use it with Ethernal. Thanks!

antoinedc commented 1 year ago

I'm closing this for now, feel free to reopen/open a new issue if something doesn't work properly :)