profile picture

@code @crypto @robotics

#bitcoin #ethereum #haskell #zkp

Understanding Ethereum by studying the source code 🧬

For deep understanding it helps to get your hands dirty. Armed with the whitepaper, the yellow paper and the source code for the Go implementation we dive into the inner workings of Ethereum. In this Saturday long read, we cover among other things the state model, the peer-to-peer network, the EVM and the consensus algorithm. Lastly we discuss the Ethereum ice-age and why it exists. So prepare yourself a nice cup of coffee ☕️ and jump in!

A brief history of Ethereum

Ethereum, the second largest cryptocurrency by market cap, was proposed by Vitalik Buterin in 2013. Its intended purpose was to provide a blockchain with a Turing-complete programming language allowing users to extend its functionality by uploading custom code. The code could be used to create digital assets to represent custom currencies and financial instruments, the ownership of an underlying physical device, non-fungible assets such as domain names, as well as more complex applications involving having digital assets being directly controlled by a piece of code implementing arbitrary rules or even blockchain-based decentralized autonomous organizations.