Skip to content

Ethereum Virtual Machine (EVM)

    Ethereum Virtual Machine (EVM) is the environment in which all smart contracts are executed. In the Ethereum network, each and every node runs an EVM which allows them to execute the same instructions. EVM is vital to the Ethereum network, as it allows anyone to execute codes in a trustless environment while guaranteeing the outcome (eg. execution of smart contracts).

    Share