Smart Contracts and the EVM
Learn about smart contracts and Ethereum virtual machines.
We'll cover the following...
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.
Smart contracts hold value in the form of ETH and can store data on the ...