Beigepaper: An Ethereum Technical Specification v0.9.5

DOCUMENT UNAVIALABLE: This browser does not support PDFs. Please download the PDF to view it.

by Micah Dameron | Feb. 22, 2018

Description

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/

Excerpt

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.

Related

Date Published Title Page Count
2018-02-22 Ethereum Off-Whitepaper v0.1.64 Download 21
2017-02-23 Ethereum Yellowpaper Byzantium Download 37
2017-10-02 Ethereum Yellowpaper EIP-150 Download 32