EVM

Nov
28

[EVM - 3] Function Selectors

Before we start this section, if you want to follow along, make sure you have: 1. Solidity REPL - Oftentimes
5 min read
Nov
25

[EVM - 2] Bytecode, Opcode and the stack.

Now that we know what a stack data structure looks like, let's find out how it is used
6 min read
Nov
22

[EVM - 1] Stacks, a primer

EVM is a stack-based computer. All instructions take their parameters from the stack, and write their results on the stack.
2 min read