---
title: "alloy/evm"
description: "EVM implementation with Base hardfork awareness."
source: https://basehub.org/crates/alloy/evm/
---
import { LinkCard } from '@astrojs/starlight/components';

## Overview

The `base-alloy-evm` crate implements the EVM with Base hardfork awareness. It builds on `op-revm` to customize execution for the Base L2 chain.

## Key Dependencies

- `op-revm` — OP Stack REVM extensions
- `revm` — Rust EVM implementation
- `base-alloy-hardforks` — Base hardfork definitions

## Source

<LinkCard title="View source on GitHub" href="https://github.com/base/base/tree/main/crates/alloy/evm" />
