Smart Contracts and the EVM

Learn about smart contracts and Ethereum virtual machines.

Smart contracts

Smart contracts are programs that run on the Ethereum blockchain when certain conditions are met. We learned that contracts are a type of Ethereum account. They are not controlled by a user but run without any interruption or central body once they’re deployed. ...