Skip to content

Calculate voting participating rates in Snapshot proposals

Notifications You must be signed in to change notification settings

loross14/snapshot-voting-rates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a program to calculate the DAO voting participation on Snapshot.

instructions: 

1. run vote.py to generate a txt file with vote counts for all addresses 
2. run top20.py to find and print the top 20 voters and their participation rate to the console.

Here are the top 20 voters:

Address                                         Votes  Particpation Rate

((u'0x7A3BdeE62dd34faC317Ae61cd8B3bA7c27ada145', 179), 87.3170731707317)
((u'0x0516cf37B67235E07aF38ad8E388d0E68089b0F2', 179), 87.3170731707317)
((u'0x1b5b4fCEDF1252cd92496a2fd5C593b39aC49b01', 178), 86.82926829268293)
((u'0x344b1E4Ac175f16D3bA40A688cA928E3768E275a', 178), 86.82926829268293)
((u'0x707D306714FF28560f32bF9DAE973BD33cd851c5', 178), 86.82926829268293)
((u'0x76AC6Ad4e4E7c2e0b4Ceeb30745bd53df3a85774', 178), 86.82926829268293)
((u'0x2D5823E8e8B4dfbf599a97566ff2A121Cc141d60', 178), 86.82926829268293)
((u'0x35E6fc00e3F190A8dFe15faa219368a01028ec14', 178), 86.82926829268293)
((u'0xbDa0136ea391e24a938793972726f8763150c7C3', 178), 86.82926829268293)
((u'0x70Ddb5AbF21202602b57F4860eE1262a594a0086', 178), 86.82926829268293)
((u'0x972a8B7D891B88220780421fE4D11f174354cEEd', 178), 86.82926829268293)
((u'0x00432772Ed25d4Eb3C6EB26Dc461239b35cf8760', 178), 86.82926829268293)
((u'0xc97370F22eD5ac4c7B24A8E1ca9D81FEbb3b9457', 178), 86.82926829268293)
((u'0x0fF9B6AB6Ec58ceB6D5ae8a1690dd5a0959aD002', 178), 86.82926829268293)
((u'0xD03Ad690ed8065EDfdC1E08197a3ebC71535A7ff', 178), 86.82926829268293)
((u'0x9Ba6baA919BAc9Acd901dF3Bfde848FE006D3caE', 178), 86.82926829268293)
((u'0x1B9DA462D07512Fa37021973d853B59dEbB761Dd', 166), 80.97560975609757)
((u'0x06c4865ab16c9C760622f19a313a2E637E2e66a2', 166), 80.97560975609757)
((u'0x79ccEDbEFbfE6c95570d85e65f8B0aC0D6bd017B', 162), 79.02439024390245)
((u'0x770BEbe5946907CeE4DFE004F1648ac435A9d5bb', 150), 73.17073170731707)



Example: UPenn's voting rate is 110/205 = ~53.6%

About

Calculate voting participating rates in Snapshot proposals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages