takenobu-hs / ethereum-evm-illustrated

Ethereum EVM illustrated

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ethereum EVM illustrated

This is an illustrated document about the EVM(Ethereum Virtual Machine).

Here is: Ethereum EVM illustrated (PDF).

Contents

1 Introduction

  • Blockchain
  • World state
  • Account
  • Transaction
  • Message
  • Decentralised database
  • Atomicity and order

2 Virtual machine

  • Ethereum virtual machine (EVM)
  • Message call
  • Exception
  • Gas and fee
  • Input and output
  • Byte order
  • Instruction set
  • Miscellaneous

Appendix A : Implementation

  • Source code in Geth
  • EVM developer utility
  • Solidity ABI

Appendix B : User interface

  • Web3 API
  • Geth, Mist, Solc, Remix, Truffle, ...

References

About

Ethereum EVM illustrated

License:BSD 3-Clause "New" or "Revised" License