Feb 5 · 6 min read · What to expect from this article By reading this article, you will: Understand what Ethereum really is beyond “a blockchain.” Know what accounts are and how users interact with Ethereum Understand what a transaction actually contains Learn why ga...
Join discussion
Jul 20, 2024 · 2 min read · Explaining extcodesize() : extcodesize() is an opcode that retrieves the size of an account's code by checking the byte size of the address. It takes a 20-byte address and returns the byte size of the code. Example : InputOutput 0x43a61f3f4c73...
Join discussion
May 15, 2023 · 2 min read · EVM Simplified Series Part 1: For individuals new to blockchain technology, the EVM might appear complex. However, I’ll attempt to simplify it below: The EVM in exactness can simply be seen as a bunch of code running on Ethereum nodes. It can be said...
Join discussion