awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • openzeppelin/openzeppelin-contractsAvatar de OpenZeppelin

    OpenZeppelin/openzeppelin-contracts

    27,157Voir sur 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
    Voir sur GitHub↗27,157
  • linkerd/linkerd2Avatar de linkerd

    linkerd/linkerd2

    11,424Voir sur 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
    Voir sur GitHub↗11,424
  1. Home
  2. Software Engineering & Architecture
  3. Standardized Proxy Implementations

Explorer les sous-tags

  • 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.