Articles by Tag #evm

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

How to develop professional EVM Wallet Tracking Telegram Bot

This article gives you a comprehensive guide to building a professional EVM (Etherum, Polygon,...

Learn More 62 4Apr 21

Building a Powerful EVM Token Analysis Telegram Bot

Introduction In today's fast-paced crypto world, having real-time insights into token...

Learn More 18 2Apr 22

Understanding EVM(Ethereum Virtual Machine)

NAMASTE 🙏, If you’re a blockchain developer or security researcher or even into web3, there’s one...

Learn More 7 1Oct 27 '24

How to List Held Tokens by an Address Using the Moralis API

If you're working on a dApp or any blockchain project, you may want to fetch the tokens and NFTs held...

Learn More 7 0Jan 1

Ethereum Transaction Calls and State Changes

Let’s break down how different transaction calls work in Ethereum, and how state changes happen using...

Learn More 3 0Dec 25 '24

TEEs: The Secret Sauce Making Ethereum Rollups Faster and Simpler

TEEs: The Secret Sauce Making Ethereum Rollups Faster and Simpler Remember when you first...

Learn More 2 0Jan 2

The delegatecall Function in Solidity

The delegatecall method is a powerful low-level function that enables one contract (the "Caller") to...

Learn More 2 0Nov 18 '24

The delegatecall Function in Solidity

The delegatecall method is a powerful low-level function that enables one contract (the "Caller") to...

Learn More 1 1Nov 18 '24

EVM Reverse Engineering Challenge 0x02

The third challenge it's here. I'll keep it simple like the other ones, but in order to help you out...

Learn More 1 0Jul 2 '24

How ETH Is Received in Smart Contracts

How ETH Is Received in Smart Contracts — receive(), fallback(), and Common Mistakes Smart...

Learn More 0 0Jun 14

Smart Contracts Deep Dive: Storage Packing, Payment Flows, and msg Object Explained

In my last article, "Inside a Smart Contract: Storage, Execution, and Blockchain Behavior", we...

Learn More 0 0Apr 27

Creating a Toy Solidity compiler and running it in a Toy EVM

Creating a Toy Solidity compiler and running it in a Toy EVM

Learn More 0 0Nov 20 '24

Demystifying Reentrancy Attacks in Solidity: Vulnerabilities and Defenses

The vulnerable service // SPDX-License-Identifier: MIT pragma solidity...

Learn More 0 0Apr 28

EVM Reverse Engineering Challenge 0x01

The idea on this one is quite similar as the previous one, just with slight variation. The contract...

Learn More 0 0Jun 30 '24

Inside a Smart Contract: Storage, Execution, and Blockchain Behavior

Let us deploy this contract to Sepolia Testnet using Chrome console. // SPDX-License-Identifier:...

Learn More 0 0Apr 27

EVM Reverse Engineering Challenge 0x03

Here I am, this time with the fourth challenge. This one it's a bit more interesting. Let me know if...

Learn More 0 0Jul 5 '24

BasilicaEVM: A modern dApp Stack

FullStack EVM Project Starter with 0x and Codex integration

Learn More 0 0Aug 16 '24

Polygon Nodes: Types and Usage

Polygon (MATIC) nodes are essential for developers and validators operating on the Polygon...

Learn More 0 0Aug 2 '24

designing the skeleton

spent the day considering stonewall's architecture in bukit bintang's 🔥 breakfast spot. I've started...

Learn More 0 0Aug 28 '24

building free speech forever

If you could tell the world anything, what would you say? How much would you pay to share that...

Learn More 0 0Aug 26 '24

ERC-4337 Shared Mempool: Official Launch on Ethereum Mainnet, Arbitrum and Optimism

With the introduction of ERC-4337, the Ethereum ecosystem has taken a major step towards enhancing...

Learn More 0 0Nov 12 '24

XPORT by Wanchain: A Free and Simple Cross-Chain Data Protocol

As Web3 evolves, interoperability has become a critical concern for developers. While token bridges...

Learn More 0 0Apr 12

I've made Huff docs Simple Storage page simpler for newcomers

To all web3 devs & security researchers and auditoooors who are interested in learning the...

Learn More 0 0Sep 28 '24

evm-lens: Instant, Local EVM CLI Bytecode Disassembly

“Understanding what the EVM is actually doing is the first step toward optimizing your gas...

Learn More 0 1Jun 18

Building ME Network 2.0: The Modular Blockchain Stack We Needed

After more than a year running our modular blockchain in a live mainnet testing environment, we’ve...

Learn More 0 4Jun 5

Ever wonder what happens when you send a transaction on Ethereum? 👀

Let's break it down in simple terms👇: 1. Setup: When you send a transaction from your wallet to a...

Learn More 0 0Dec 24 '24

vyper挺好玩的

最近看人在star WTF-Vyper...

Learn More 0 0Nov 9 '24

Understanding Fallback and Receive Functions in Solidity

Quick Overview In Solidity, smart contracts interact with Ether in various ways. When...

Learn More 0 0Nov 4 '24