snekmate
                                
                                 snekmate copied to clipboard
                                
                                    snekmate copied to clipboard
                            
                            
                            
                        💥 `Governor` Contract
Build a Governor contract that allows the deployment of on-chain voting protocols similar to Compound’s Governor Alpha & Bravo and beyond.
References
- https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/governance/Governor.sol
- https://github.com/storming0x/serpentor/blob/master/src/SerpentorBravo.vy
How can we complete this feature? Looking at the code from OpenZeppelin, the contract seems really straightforward, and with Vyper 0.4.0 out, we can leverage composability to the fullest
I will take a look at this feature after the 🐍 snekmate 0.1.0 release. It's on the roadmap, but not with the highest priority. But yes, using modules will be very helpful here. I will ping you in this issue when I plan working on it.