Link: https://ethereum.org/en/whitepaper/



1. A Next-Generation Smart Contract and Decentralized Application Platform

2. Introduction to Bitcoin and Existing Concepts

비트코인 내용은 생략

3. Ethereum

이더리움 목적 create an alternative protocol for building decentralized application

3-1. Ethereum Accounts

3-2. Messages and Transactions

3-3. Messages

Chapter 2. Getting Started with Smart Contracts

address: 20 byte

nonce: 각 트랜잭션이 오직 한번만 처리되게 하는 카운터

balance: ether balance

contract code:

storage: key&value

3-4. Ethereum State Transition Function

3-5. Code Execution