snekmate icon indicating copy to clipboard operation
snekmate copied to clipboard

💥 `Governor` Contract

Open pcaversaccio opened this issue 1 year ago • 2 comments

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

pcaversaccio avatar Nov 08 '23 14:11 pcaversaccio

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

rafael-abuawad avatar Jun 26 '24 02:06 rafael-abuawad

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.

pcaversaccio avatar Jun 26 '24 08:06 pcaversaccio