awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • argotorg/solidityargotorg 的头像

    argotorg/solidity

    25,659在 GitHub 上查看↗

    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
    在 GitHub 上查看↗25,659
  • amazingang/wtf-solidityAmazingAng 的头像

    AmazingAng/WTF-Solidity

    14,002在 GitHub 上查看↗

    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
    在 GitHub 上查看↗14,002
  1. Home
  2. Software Engineering & Architecture
  3. Contract Modularization Patterns