Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
This article gives you a comprehensive guide to building a professional EVM (Etherum, Polygon,...
Introduction In today's fast-paced crypto world, having real-time insights into token...
NAMASTE 🙏, If you’re a blockchain developer or security researcher or even into web3, there’s one...
If you're working on a dApp or any blockchain project, you may want to fetch the tokens and NFTs held...
Let’s break down how different transaction calls work in Ethereum, and how state changes happen using...
TEEs: The Secret Sauce Making Ethereum Rollups Faster and Simpler Remember when you first...
The delegatecall method is a powerful low-level function that enables one contract (the "Caller") to...
The delegatecall method is a powerful low-level function that enables one contract (the "Caller") to...
The third challenge it's here. I'll keep it simple like the other ones, but in order to help you out...
How ETH Is Received in Smart Contracts — receive(), fallback(), and Common Mistakes Smart...
In my last article, "Inside a Smart Contract: Storage, Execution, and Blockchain Behavior", we...
Creating a Toy Solidity compiler and running it in a Toy EVM
The vulnerable service // SPDX-License-Identifier: MIT pragma solidity...
The idea on this one is quite similar as the previous one, just with slight variation. The contract...
Let us deploy this contract to Sepolia Testnet using Chrome console. // SPDX-License-Identifier:...
Here I am, this time with the fourth challenge. This one it's a bit more interesting. Let me know if...
FullStack EVM Project Starter with 0x and Codex integration
Polygon (MATIC) nodes are essential for developers and validators operating on the Polygon...
spent the day considering stonewall's architecture in bukit bintang's 🔥 breakfast spot. I've started...
If you could tell the world anything, what would you say? How much would you pay to share that...
With the introduction of ERC-4337, the Ethereum ecosystem has taken a major step towards enhancing...
As Web3 evolves, interoperability has become a critical concern for developers. While token bridges...
To all web3 devs & security researchers and auditoooors who are interested in learning the...
“Understanding what the EVM is actually doing is the first step toward optimizing your gas...
After more than a year running our modular blockchain in a live mainnet testing environment, we’ve...
Let's break it down in simple terms👇: 1. Setup: When you send a transaction from your wallet to a...
Quick Overview In Solidity, smart contracts interact with Ether in various ways. When...