• Stars
    star
    257
  • Rank 158,728 (Top 4 %)
  • Language
  • License
    BSD 3-Clause "New...
  • Created almost 7 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Ethereum EVM illustrated

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