minimal-proxy

Community

Deploy many contracts cheaply with clones.

Authorccashwell
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Deploying many identical contracts is expensive and error-prone; EIP-1167 minimal proxies allow cheap, scalable deployment by delegating calls to a single implementation.

Core Features & Use Cases

  • Gas-efficient cloning through minimal proxy contracts (clones) that share logic while keeping separate state.
  • Factory pattern support to deploy and manage a registry of numerous clones.
  • Initialization patterns to configure per-instance state via initialize, enabling per-entity ownership and metadata.
  • Deterministic clone addresses using cloneDeterministic for predictable deployment.
  • Clear limitations: not upgradeable, requires proper initialization, and awareness of storage layout.

Quick Start

Deploy a new clone by providing an implementation address and initialization parameters, then initialize it via the factory.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: minimal-proxy
Download link: https://github.com/ccashwell/evm-cortex/archive/main.zip#minimal-proxy

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.