Skip to content

Latest commit

 

History

History
67 lines (52 loc) · 3.02 KB

EVM.md

File metadata and controls

67 lines (52 loc) · 3.02 KB

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