1 repositorio
Deploys gas-efficient contract copies that delegate to a fixed implementation.
Distinct from Deployment Patterns: Focuses on the clone pattern specifically rather than general deployment patterns.
Explore 1 awesome GitHub repository matching devops & infrastructure · Minimal Proxy Clones. Refine with filters or upvote what's useful.
OpenZeppelin Contracts is a library of modular, secure, and reusable smart contract components designed for the development of decentralized applications. It provides a foundational framework for building standard-compliant contracts, offering battle-tested implementations for token standards, access control, and common utility patterns. The project distinguishes itself through its comprehensive support for complex architectural patterns, including proxy-based upgradeability, role-based access control, and account abstraction. It enables developers to implement modular logic injection via hoo
Creates lightweight, gas-efficient copies of a contract that delegate all calls to a single fixed implementation address.