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 103 6Apr 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 65 5Apr 22

What Is Earned Value Management (EVM) and How To Calculate It

Projects rarely fail overnight. Delays, overspending, and misaligned expectations often grow slowly...

Learn More 0 0Nov 19

Sapphire 101: A Technical Workshop For Blockchain Devs Part 2

Continuing from Part 1 of the series where we introduced Sapphire and explored confidential...

Learn More 3 3Jul 29

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

Sapphire 101: A Technical Workshop For Blockchain Devs Part 3

Continuing with Sapphire tutorial, we learnt in part 1 about Oasis architecture and confidential...

Learn More 2 3Aug 27

Sapphire 101: A Technical Workshop For Blockchain Devs Part 1

Computation has come a long way, and blockchain technology has made critical contribution to this...

Learn More 2 5Jul 29

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

Unpacking the EVM: Opcodes – The DNA of Ethereum Smart Contracts 🧬

The Ethereum blockchain, often described as a "world computer," is powered by the Ethereum Virtual...

Learn More 1 0Jul 21

Exploring The Alternative To Transparent EVM Solving Blockchain Privacy Paradox

Ever since the inception of the Ethereum Virtual Machine (EVM), the blockchain and crypto scene has...

Learn More 1 2Jun 30

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

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

Demystifying Reentrancy Attacks in Solidity: Vulnerabilities and Defenses

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

Learn More 0 0Apr 28

Safe and Version-Agnostic Deployment to Consistent Addresses Across EVM Networks

This approach has been adopted in production within the Privado.iD Self-Sovereign Identity ecosystem,...

Learn More 0 0Aug 8

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

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

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 the Web3 Mindset: A Deep Dive into Ethereum's Core

This article continues our exploration of the foundational layers of the Ethereum blockchain,...

Learn More 0 0Jul 21

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

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

Reddio Mainnet Alpha, EIP-7782 throughput boost, Biconomy Verifiable EVM Scripting, HappyChain launch

We are welcoming you to our weekly digest! Here, we discuss the latest trends and advancements in...

Learn More 0 0Jul 3

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

[SOLVED] "evm: execution reverted" Error

TL;DR EVM execution reverted errors occur when smart contracts encounter rule violations,...

Learn More 0 0Aug 28

Interacting with the EVM: A Practical Guide to Smart Contracts and dApps?

Interacting with the EVM requires specialized tools that simplify development, testing, and...

Learn More 0 1Sep 4

A Deep Dive into EVM Transactions: Sending, Verifying, and Automating with Python and Web3.py

You've already learned how to read data from the blockchain. You can query a wallet balance, find a...

Learn More 0 0Oct 13

Python + EVM without the paper cuts: a senior playbook for fast, correct, and scalable reads

You don’t forget the first time your Web3 script “works”… and still returns the wrong number. You...

Learn More 0 0Oct 6

From Clicks to Code: Building a Production‑Ready EVM Transaction Client (Approve, Mint, Swap, EIP‑1559)

Your first successful EVM transaction isn’t the hard part. Making it reliable, repeatable, and...

Learn More 0 0Oct 9