voteagora / agora-governor

MIT License
4 stars 1 forks source link

🏛 Agora Governor

CI

Core and peripheral contracts for the Agora Governor.

Contracts

├─ AgoraGovernor — "Governor contract"
├─ ProposalTypesConfigurator — "Proposal types configurator contract"
├─ modules
│  ├─ ApprovalVotingModule — "Approval voting module"
│  ├─ OptimisticModule — "Optimistic voting module"
│  ├─ VotingModule — "Base voting module"

Installation

To install with Foundry:

forge install voteagora/agora-governor

To install with Hardhat:

npm install agora-governor

Acknowledgements

These contracts were inspired by or directly modified from many sources, primarily: