by Micah Dameron | Feb. 22, 2018
Billed as a "rewrite of the Yellowpaper in non-Yellowpaper syntax" this paper attempts to explain the technical details behind Ethereum in a more readily understandable way. The section on memory and storage covers world state and blocks. The following portion on processing and computation discusses transactions, mining, the Ethereum virtual machine, execution of transactions, gas, and proof of work.
Source: https://github.com/chronaeon/beigepaper/
The Ethereum Protocol is a deterministic but practically unbounded state-machine with two basic functions; the first being a globally accessible singleton state, and the second being a virtual machine that applies changes to that state. This paper explains the individual parts that make up these two factors.
Date Published | Title | Page Count |
---|---|---|
2018-02-22 | Ethereum Off-Whitepaper v0.1.64 | 21 |
2017-02-23 | Ethereum Yellowpaper Byzantium | 37 |
2017-10-02 | Ethereum Yellowpaper EIP-150 | 32 |