awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Modular Contract Architectures · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesModular Contract Architectures

Patterns for organizing smart contract logic into reusable and isolated components.

Distinguishing note: Focuses on smart contract composition rather than general software modularity.

Explore 1 awesome GitHub repository matching software engineering & architecture · Modular Contract Architectures. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Modular Contract Architectures

Awesome Modular Contract Architectures GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • argotorg/solidity

    argotorg/solidity

    25,556View on 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 reusable logic into isolated components to simplify testing and maintain consistent behavior across complex decentralized application architectures.

    C++blockchaincppethereum
    25,556View on GitHub↗