All Projects → tendermint → governmint

tendermint / governmint

Licence: Apache-2.0 License
DEPRECATED: TMSP Governance App

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

GovernMint

TMSP Governance Layer

A simple voting system that enables itself to evolve over time.

  • Entities are identified by a pubkey

  • Members are entities associated with a group; can vote on proposals for that group

  • Groups are collections of members

  • Votes are cast on proposals by members

  • Proposal types:

    • GroupUpdateProposal: change the group membership, etc
    • GroupCreateProposal: create a new group
    • VariableSetProposal: set a variable value
    • TextProposal: create a human readible proposal
    • SoftwareUpgradeProposal: upgrade software

Tx types

  • ProposeTx to propose something for a group to vote on
  • CastTx to vote on a proposal
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].