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 Nov 28, 2022 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 Nov 25, 2022 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. Nov 22, 2022 2 min read