---
title: "alloy/network"
description: "Base blockchain RPC behavior abstraction at the network layer."
source: https://basehub.org/crates/alloy/network/
---
import { LinkCard } from '@astrojs/starlight/components';

## Overview

The `base-alloy-network` crate defines how the Base chain implements Alloy's network traits. It abstracts RPC behavior at the network layer.

## Source

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