Snapshot voting within Aragon DAOs

Description

Build a wrapper for the rarity.eth oracle so that Aragon DAOs can vote off-chain using Snapshot tooling on the background.

Reality.eth is an oracle service. Basically, it is an escalation game incentivizing people to answer a yes/no question correctly. Snapshot uses it to make sure that the off-chain voting was not manipulated and share the results with other smart contracts.
Once the results become final, they are submitted on-chain.

This integration would mean querying the reality.eth oracle and executing the decision within the aragonOSx protocol.

Acceptance criteria

- Off-chain voting should have executable impact within the aragonOSx framework
- Should include documentation on the implementation and how to use it
- Members of an Aragon DAO are able to vote off-chain and link results to executable plugins within the aragonOSx protocol. For ex, after an off-chain vote occurs, the results from the proposal needs to be used by aragonOSx DAOs.
- Judging will be based on effectiveness of the tool, rather than front-end. Although a great UX/UI is always a huge bonus.

Rewards

Resources

aragonOSx developer portal
https://devs.aragon.org
Reality.eth oracle documentation
https://realitio.github.io/docs/html/contracts.html
aragonOSx voting plugin examples
https://github.com/aragon/core/tree/develop/packages/contracts/contracts/voting
Tutorial on how Zodiac integrated Snapshot
https://zodiac.wiki/index.php/Reality_Module:_Operator_Tutorial
[Zodiac implementation using reality.eth oracle to integrate Snapshot](h
https://github.com/gnosis/zodiac-module-reality/blob/main/docs/setup_guide.md
Bounty video