---
title: "execution/node"
description: "Assembles the OP execution node from EVM, RPC, payload, pool, and storage components."
source: https://basehub.org/crates/execution/node/
---
import { LinkCard } from '@astrojs/starlight/components';

## Overview

The `execution/node` sub-crate (`reth-optimism-node`) is part of the [execution crate group](/crates/execution/overview/).

It assembles the OP execution node, wiring the EVM, RPC, payload builder, transaction pool, and storage into a runnable binary.

## Source

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