awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesContract Configuration Values

Immutable settings defined at the contract level to optimize execution costs.

Distinct from Default Configuration Values: Distinct from Default Configuration Values: focuses on immutable contract-level optimization rather than fallback settings.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Contract Configuration Values. Refine with filters or upvote what's useful.

Awesome Contract Configuration Values GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • openzeppelin/openzeppelin-contractsAvatar von OpenZeppelin

    OpenZeppelin/openzeppelin-contracts

    27,157Auf GitHub ansehen↗

    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

    Combines multiple small values into a single 32-byte storage slot to reduce gas costs associated with reading and writing contract state.

    Solidityethereumevmsecurity
    Auf GitHub ansehen↗27,157
  • transmissions11/solmateAvatar von transmissions11

    transmissions11/solmate

    4,288Auf GitHub ansehen↗

    Solmate ist eine Sammlung gas-optimierter Bausteine und Bibliotheken für die Entwicklung sicherer und effizienter Smart Contracts auf der Solana-Blockchain. Sie bietet eine Reihe standardisierter Tools, darunter ein Access-Control-Framework zur Verwaltung von Nutzerrollen und Eigentumsrechten, eine hochpräzise Fixed-Point-Mathe-Bibliothek für Dezimal- und Ganzzahlberechnungen sowie einen Merkle-Proof-Verifier zur Validierung von Dateninklusionen. Das Projekt bietet sichere Token-Implementierungen für die Ausgabe und Übertragung fungibler und nicht-fungibler Token. Diese Implementierungen enthalten Sicherheitsprüfungen, um stille Fehler bei Asset-Transfers zu verhindern, sowie gas-effiziente Vorlagen für Vault- und Wrapped-Asset-Varianten. Die Bibliothek deckt breitere Funktionsbereiche ab, darunter deterministisches Contract-Deployment, On-Chain-Datenmanagement durch Typkonvertierung und Sicherheitsmaßnahmen für Smart Contracts wie Reentrancy-Guards. Zudem werden optimierte Speicherstrukturen genutzt, um den Ausführungsaufwand und die Kosten für Zustandsaktualisierungen zu reduzieren.

    Combines multiple small values into single storage slots to optimize gas usage and state updates.

    Solidity
    Auf GitHub ansehen↗4,288
  1. Home
  2. Software Engineering & Architecture
  3. Default Configuration Values
  4. Contract Configuration Values

Unter-Tags erkunden

  • Storage PackingMethods for combining multiple small values into single storage slots to optimize gas usage. **Distinct from Contract Configuration Values:** Distinct from general configuration values: focuses on the bit-level packing of storage.