Tag

EVM

0 views collected around this technical thread.

Architecture Development Notes
Architecture Development Notes
Nov 24, 2024 · Blockchain

Build Custom EVMs with Rust: A Deep Dive into REVM

This article explains how REVM, a Rust‑based, modular Ethereum Virtual Machine implementation, enables developers to create custom EVMs—such as Optimism‑compatible chains—by leveraging the EvmWiring trait, zero‑cost abstractions, and extensible design without forking the core protocol.

EVMModular DesignREVM
0 likes · 5 min read
Build Custom EVMs with Rust: A Deep Dive into REVM
Bilibili Tech
Bilibili Tech
Aug 9, 2022 · Blockchain

Smart Contracts, EVM Design, and Consensus Mechanisms in Blockchain

The article explains Web3’s trust‑less model and smart‑contract fundamentals—from Bitcoin’s simple script to Ethereum’s gas‑metered EVM—examines design trade‑offs such as on‑chain versus signature‑based whitelists, outlines engineering practices for immutable bytecode upgrades, and describes consensus evolution from PoW to a hybrid PoS/PoA PBFT “High‑Energy Chain.”

ConsensusEVMGas
0 likes · 28 min read
Smart Contracts, EVM Design, and Consensus Mechanisms in Blockchain
Architects Research Society
Architects Research Society
Mar 28, 2018 · Blockchain

Understanding Ethereum’s Underlying Architecture and Virtual Machine

This article explains Ethereum’s underlying architecture, contrasting it with Bitcoin, describing its blockchain structure, state management, and the Ethereum Virtual Machine, while highlighting the flexibility of its Turing‑complete language, high‑level contract development, and the trade‑offs of computational cost.

EVMEthereumdecentralization
0 likes · 7 min read
Understanding Ethereum’s Underlying Architecture and Virtual Machine