awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesStandardized Proxy Implementations

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.

Awesome Standardized Proxy Implementations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • openzeppelin/openzeppelin-contractsAvatar de OpenZeppelin

    OpenZeppelin/openzeppelin-contracts

    27,157Ver en GitHub↗

    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.

    Solidityethereumevmsecurity
    Ver en GitHub↗27,157
  • linkerd/linkerd2Avatar de linkerd

    linkerd/linkerd2

    11,424Ver en GitHub↗

    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.

    Gocloud-nativegolangkubernetes
    Ver en GitHub↗11,424
  1. Home
  2. Software Engineering & Architecture
  3. Standardized Proxy Implementations

Explorar subetiquetas

  • Implementation Call DelegationRoutes function calls to logic contracts using delegatecall. **Distinct from Standardized Proxy Implementations:** Focuses on the delegation mechanism itself rather than the proxy implementation standard.
  • Proxy Metadata InspectorsUtilities for retrieving configuration details from proxy contracts. **Distinct from Standardized Proxy Implementations:** Distinct from Standardized Proxy Implementations: focuses on the inspection of existing proxy state rather than the implementation of the proxy pattern itself.
  • Proxy Metadata Querying ToolsTools for querying internal proxy storage slots. **Distinct from Standardized Proxy Implementations:** Distinct from Standardized Proxy Implementations: focuses on the retrieval of data from storage slots rather than the proxy implementation itself.