Ethereum Virtual Machine (EVM)
What is Ethereum Virtual Machine (EVM)?
Every Ethereum node has a virtual component called the Ethereum Virtual Machine (EVM) that can run contract bytecode. Typically, high-level languages like Solidity are used to create smart contracts, which are subsequently translated into EVM bytecode.
Related: