In this post, we will take a closer look at how the transactions are actually executed and discuss the killer feature of the Ethereum blockchain - the Ethereum virtual machine and smart contracts.
EIP-2718 introduces a backward compatible way to add new transaction types to Ethereum. This article explains the new transaction format and some of the new transaction types that are being proposed.
Learn to query internal variables of a smart contract easily, using Foundry ⚒️ without calculating storage slots! 🧮
Understand bloom filter data structure and it's benefit
A complete overview of the Ethereum Yellow Paper, explained in an understandable way.
The holy grail, the ultimate goal for distributed tracing is to collect only data that we'll need in the future.
The differences between these 3 terms
Understand encoding mechanism in Ethereum
Using hexadecimal and Metamask, you can encode permanent messages onto the Ethereum (or any EVM) blockchain. People will then be able read these messages on Etherscan if they know where and how to look.
Understand a common error when using Golang