Gauthier LeonardforThe Ash Team's Blogashavax.hashnode.dev·Sep 1, 2023Avalanche VMs deep-dive #2: Warp Messages in Subnet-EVMBefore we start This series assumes that you have basic knowledge of Avalanche and Subnets. If “P-Chain” or “Warp Messaging” don’t ring a bell, you should probably read those first: Avalanche official documentation: Avalanche Primary Network Subne...Discuss·42 readsAvalanche VMs deep-diveBlockchain
Awais Sajidblackdiamond.hashnode.dev·Aug 16, 2023Understanding How Ethereum Nodes Store Data and Execute Smart ContractsIf you’ve ever heard terms like EVM, OPCODES, stack, and heap, and thought, “Wait, what?” — you’re not alone. Ethereum’s inner workings can sound like a foreign language, especially if you’re not steeped in computer science. But fear not, we’re here ...DiscussEthereum
Emmanuel Oaikhenanemmaodia.hashnode.dev·Aug 8, 2023Understanding Ethereum Wallets, Addresses and Accounts.In the coming months, it is expected that the user experience on Ethereum will move away from the use of Externally Owned Accounts - EOA to Smart Contract Accounts - SCA. I have been on a personal study journey to understand how user interactions hap...Discuss·35 readsEVM
Irwing Telloirwingtello.hashnode.dev·Aug 1, 2023Ethereum Debug and Trace APIs: Unveiling the Depths of Smart Contract Execution with QuickNodeIntroduction Smart contracts on the Ethereum blockchain have revolutionized various industries, offering decentralized and trustless execution of agreements. However, debugging these contracts can be challenging due to their complexity and the lack o...Discuss·54 readsdebugging
Mohammad Ayaan Siddiquimoayaan.hashnode.dev·Jul 29, 2023Understanding the Ethereum Virtual Machine (EVM)The Ethereum Virtual Machine (EVM) is a critical component of the Ethereum blockchain. It allows anyone to run smart contract code on Ethereum after it's compiled into bytecode. Let's examine how the EVM works and why it's important. What is the EVM?...DiscussWeb3
hexbyteblog.hexbyte.in·Jul 28, 2023Ethernaut CTF Series - 01Hello Ethernaut The first level in this series walks us through the setup of the CTF series. When we click on "Get new instance", it deploys the contract code shown in the challenge to the testnet you select (in my case, Sepolia) to which we can inte...Discuss·44 readsEthernaut
Soft Skillersoftskillpro.hashnode.dev·Jul 24, 2023Basics of Gas Optimization in Solidity Smart ContractGas optimization is a matter of doing what is cheap and avoiding what is expensive in terms of gas costs on EVM blockchains. What is cheap: Reading constants and immutable variables. Reading and writing local variables. Reading and writing memory ...DiscussEthereum
Nguyễn Lê Quangblog.quangkeu95.xyz·Jul 10, 2023Solidity Storage LayoutIntroduction to Ethereum storage Each Ethereum account has its storage, excluding EOA which doesn't have any storage. The storage layout is divided into slots, starting from slot 0 . There are 2^256 available slots in the storage, each slot is 32 byt...DiscussSoliditySolidity
Alison HaireforLilypad Networkblog.lilypadnetwork.org·Jul 3, 2023🍃 Lilypad Project Report: July 3🌐 Overview We're going to be in Paris - come and hang out or hack with us!CODwg Live Jam Series is back- tune in this week to hear from the HackFS winners! We're also heads down on building out a minimal testnet in time for ETHCC Paris & from the ac...Discuss·82 readsAI
Jamaltheatlanteanjamaltheatlantean.hashnode.dev·Jun 22, 2023The EVMIntroduction Blockchain networks have been increasingly gaining popularity over the past decade, with people finally understanding the power they hold to shape and change the future of the world. This article summarizes all you need to know about one...Discuss·20 likes·127 readsEthereum