awesome-repositories.com
Blog
awesome-repositories.com

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

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

2 Repos

Awesome GitHub RepositoriesContract Modularization Patterns

Best practices for structuring smart contract code into maintainable and reusable modules.

Distinguishing note: Focuses on smart contract code organization rather than general software design patterns.

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

Awesome Contract Modularization Patterns GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • argotorg/solidityAvatar von argotorg

    argotorg/solidity

    25,659Auf GitHub ansehen↗

    This project is a high-level programming language and compiler toolchain designed for writing and deploying smart contracts on decentralized virtual machines. It provides a framework for creating self-executing code that operates within deterministic execution environments, ensuring that distributed nodes reach identical state transitions through stack-based machine execution. The language enables the development of complex decentralized logic by supporting state-machine-based contract structures and modular composition. It includes built-in capabilities for cryptographic signature verificati

    Organizes complex logic into isolated and reusable components to improve code readability and simplify the testing process.

    C++blockchaincppethereum
    Auf GitHub ansehen↗25,659
  • amazingang/wtf-solidityAvatar von AmazingAng

    AmazingAng/WTF-Solidity

    14,002Auf GitHub ansehen↗

    WTF-Solidity is a comprehensive educational curriculum and learning platform designed to guide developers through the complexities of smart contract development and blockchain infrastructure. It serves as a technical resource for mastering the Ethereum ecosystem, providing structured tutorials that cover everything from fundamental programming concepts to advanced virtual machine operation codes. The project distinguishes itself through an integrated on-chain certification system that issues verifiable digital credentials to students upon the successful completion of course modules. By combin

    Organizes complex smart contract logic into reusable design patterns to simplify the development of secure decentralized applications.

    Solidityairdropauctionblockchain
    Auf GitHub ansehen↗14,002
  1. Home
  2. Software Engineering & Architecture
  3. Contract Modularization Patterns