Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luzzif/aragon-futarchy
A simple app to bring the innovation of prediction markets to Aragon-based DAOs. Powered by Gnosis conditional tokens framework.
https://github.com/luzzif/aragon-futarchy
blockchain dao dapp ethereum solidity
Last synced: 4 days ago
JSON representation
A simple app to bring the innovation of prediction markets to Aragon-based DAOs. Powered by Gnosis conditional tokens framework.
- Host: GitHub
- URL: https://github.com/luzzif/aragon-futarchy
- Owner: luzzif
- Created: 2020-07-19T12:23:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T03:22:48.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T13:21:39.439Z (9 months ago)
- Topics: blockchain, dao, dapp, ethereum, solidity
- Language: JavaScript
- Homepage:
- Size: 2.75 MB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Aragon Futarchy
A simple app to bring the innovation of futarchy to Aragon-based DAOs.
Powered by
[Gnosis conditional tokens framework](https://github.com/gnosis/conditional-tokens-contracts).## General features list
- Prediction market creation (deliberate outcome amounts and expiration date).
- Use ETH (WETH) as collateral.
- Outcome shares trading (buying/selling).
- Possibility, for a market owner, to close the market ahead of time (useful as
the app is currently in a POC state, not when used in real life situations).
- Redeem positions once a market you were invested in closes.
- Reality.eth integration to determine correct outcomes once a market has to be
resolved (for large posted bonds, arbitration can be requested through
Kleros).
- Use multiple collateral options.## Nice-to-have
- Better Aragon integration to automatically perform actions once a market
closes with a certain outcome.## Development
In order to fire up a local Ganache network with the contracts ready to go, and
to deploy the Aragon client frontend, simply use the `yarn start` command.