SHIVAJI(8)
Ethereum is a programmable blockchain platform with the capacity to support smart contracts, DAPPs (decentralized apps), and other DeFi (decentralized finance) projects.
The Ethereum platform launched in 2015, and it’s now the second largest form of crypto next to Bitcoin (BTC).
Ethereum is the foundation for building apps and organizations in a decentralized, permissionless, censorship-resistant way.
In the Ethereum platform, there exists a additional abstract layer, a single canonical computer called Ethereum Virtual Machine (EVM), whose state everyone on the ethereum network agress on.
Everyone who participates in the Ethereum network (every Ethereum node) keeps a copy of the state of this computer. Additionally, any participant can broadcast a request for this computer to perform arbitrary computation. Whenever such a request is broadcast, other participants on the network verify, validate, and carry out ("execute") the computation. This execution causes a state change in the EVM, which is committed and propagated throughout the entire network.
Requests for computation are called transaction requests; the record of all transactions and the EVM's present state gets stored on the blockchain, which in turn is stored and agreed upon by all nodes.
The Ethereum native token is the Ether (ETH), and it’s used to fuel operations on the blockchain.
In the Ethereum network, ether serves several key purposes:
Please refer below for detailed explanation and understanding: