pcaversaccio / snekmate

State-of-the-art, highly opinionated, hyper-optimised, and secure 🐍Vyper smart contract building blocks.
GNU Affero General Public License v3.0
491 stars 55 forks source link

💥 `Governor` Contract #177

Open pcaversaccio opened 8 months ago

pcaversaccio commented 8 months ago

Build a Governor contract that allows the deployment of on-chain voting protocols similar to Compound’s Governor Alpha & Bravo and beyond.

References

rafael-abuawad commented 1 week ago

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

pcaversaccio commented 1 week ago

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.