Skip to main content

EVM Programming

EVM behavior​

High-level languages​

Solidity​

Vyper​

Security​

Broader page: Security.md

Dev tools​

Debugging​

  • EthTx - transaction decoder; stack/state inspector
  • Tenderly - debugging, simulation, gas profiling
  • Oko contract explorer - explorer with panoramix decompiler
  • tx2uml - convert eth txs to UML sequence diagrams

Contract dump​

Other​