2 repository-uri
Implementations of standard proxy patterns for contract upgradeability.
Distinguishing note: Focuses on specific proxy standards like ERC-1967 rather than general proxy patterns.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Standardized Proxy Implementations. 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
Routes incoming function calls to a separate logic contract using delegatecall, allowing proxies to maintain persistent state.
This project is a service mesh platform designed to manage, secure, and observe service-to-service communication within Kubernetes clusters. It functions as a control plane that orchestrates transparent sidecar proxies, which intercept and manage network traffic to provide reliable connectivity for microservices. By automating the injection of these proxies, the platform ensures that infrastructure-level policies are applied consistently across all workloads without requiring manual configuration changes. The platform distinguishes itself through its focus on zero-trust security and cross-clu
Retrieves real-time performance data from individual service proxies by accessing their local metrics endpoints or using diagnostic command-line tools.