awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesDelegated Voting Systems

Mechanisms for assigning and tracking voting authority within decentralized governance structures.

Distinguishing note: Focuses on verifiable delegation rather than general-purpose polling.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Delegated Voting Systems. Refine with filters or upvote what's useful.

Awesome Delegated Voting Systems GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • openzeppelin/openzeppelin-contractsAvatar OpenZeppelin

    OpenZeppelin/openzeppelin-contracts

    27,157Vezi pe 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

    Provides mechanisms for delegating voting power to other addresses to participate in governance without locking tokens.

    Solidityethereumevmsecurity
    Vezi pe GitHub↗27,157
  • argotorg/solidityAvatar argotorg

    argotorg/solidity

    25,659Vezi pe 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

    Assigns voting authority to participants through automated contracts that keep the vote counting process transparent and verifiable.

    C++blockchaincppethereum
    Vezi pe GitHub↗25,659
  • snapshot-labs/snapshot-v1Avatar snapshot-labs

    snapshot-labs/snapshot-v1

    9,109Vezi pe GitHub↗

    Snapshot is a decentralized governance platform that enables DAOs and organizations to create and manage onchain voting systems. It supports both offchain signing and onchain execution, allowing votes to be submitted as signed messages to reduce gas costs while maintaining verifiability through onchain proposal execution on Ethereum and Starknet. The platform provides a modular strategy plugin system for voting power calculation and proposal validation, along with hierarchical space and role management for multi-tier governance structures. Snapshot distinguishes itself through several advance

    Allows token holders to delegate voting power to other addresses with smart contract and storage proof verification.

    Vue
    Vezi pe GitHub↗9,109
  1. Home
  2. Software Engineering & Architecture
  3. Delegated Voting Systems

Explorează sub-etichetele

  • Smart Contract Delegation MethodsProgrammatic delegation of voting power via on-chain smart contract calls. **Distinct from Delegated Voting Systems:** Distinct from Delegated Voting Systems: focuses on the on-chain contract call mechanism for setting delegates, not the general delegation tracking or verification.