ED
EVM Diff
There are lots of EVM-compatible chains, and they can differ in various, subtle ways. Developers that write contracts intended to be deployed on multiple chains and therefore need to be aware of these differences.
Currently finding this information can be tedious because:
- It requires checking each chain's documentation, which is often outdated.
- Developers frequently need to dig through node implementations to find up to date info.
- Chains compare themselves to Ethereum, but not to each…