PinnedPublished inCoinmonksEthereum data — Transaction trie SimplifiedAn Ethereum node stores two types of data : block data and state data. State data includes world state trie, account storage trie…Jul 1, 20222Jul 1, 20222
PinnedPublished inCoinmonksEthereum data — EVM Traces simplifiedThe Ethereum Virtual Machine (EVM) traces provide detailed run time data for each step of the transaction, including information such as…Jul 7, 20223Jul 7, 20223
Events/logs are emitted by smart contracts whereas traces are runtime steps captured by the EVMLet's say a smart contract transfers ETH to another account. The smart contract might decide to emit an event or not - totally up to it…Mar 22, 2023Mar 22, 2023
Published inCoinmonksLearn about Ethereum transactions and write your first Web3 SQL to extract data from the blockchain.What is a Transaction?Sep 7, 2022Sep 7, 2022
Published inCoinmonksWeb3 Architecture — A Simplified IntroductionEthereum is a decentralized protocol that supports smart contract execution.Sep 4, 2022Sep 4, 2022
Five tools to access blockchain data using SQLDespite the fact that Ethereum was launched in 2015, there was no easy way to query blockchain data until a few years ago. Although…Jul 31, 2022Jul 31, 2022
Published inCoinmonksHow to Build Your First Blockchain Analytics Dashboard as a BeginnerIt is alright if you are not familiar with Ethereum or SQL. You can build the dashboard by following the steps. I hope this will motivate…Jul 14, 2022Jul 14, 2022
Published inCoinmonksAnalyse blockchain data with Dune analytics — Getting StartedAnyone can access public blockchain data because it is not owned by any centralized entity. As the ecosystem expands, the blockchain will…Jul 11, 2022Jul 11, 2022
Published inCoinmonksEthereum data — Transaction Receipt Trie and Logs SimplifiedTransaction receipt contains transaction outcomes (status and logs) and are organised in a trie structure. The receipt data resides in the…Jul 6, 2022Jul 6, 2022