Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnaudband/voting_contract
In smart contract governance systems there is usually some minimum voting participation that must be reached before a proposal can be executed. Most governance systems today use coin voting, where the number of voting ERC20 tokens you hold decide your vote weight.
https://github.com/arnaudband/voting_contract
chai solidity-contracts testing voting-contract
Last synced: 18 days ago
JSON representation
In smart contract governance systems there is usually some minimum voting participation that must be reached before a proposal can be executed. Most governance systems today use coin voting, where the number of voting ERC20 tokens you hold decide your vote weight.
- Host: GitHub
- URL: https://github.com/arnaudband/voting_contract
- Owner: ArnaudBand
- Created: 2023-07-31T09:29:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-01T17:16:37.000Z (over 1 year ago)
- Last Synced: 2024-11-15T03:18:44.521Z (3 months ago)
- Topics: chai, solidity-contracts, testing, voting-contract
- Language: JavaScript
- Homepage:
- Size: 88.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# voting_contract
In smart contract governance systems there is usually some minimum voting participation that must be reached before a proposal can be executed. Most governance systems today use coin voting, where the number of voting ERC20 tokens you hold decide your vote weight.