-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Dmitry Olegovich Sorokin (@sorydima) edited this page Jul 4, 2025
·
1 revision
Welcome to the Prediction Markets project wiki by REChain Network Solutions. This repository is dedicated to creating decentralized prediction markets using smart contracts, oracles, and community-based governance.
Prediction Markets are decentralized platforms where users can speculate on the outcome of future events (e.g., elections, sports, finance). Participants buy and sell shares representing outcomes, with market prices reflecting collective probabilities.
- Built on EVM-compatible chains.
- Includes:
- Market creation contract
- Outcome resolution & settlement contract
- Token escrow / payout system
- Web3 UI (optional integration with dApps)
- Allows users to:
- Create markets
- Buy/sell outcome shares
- Claim rewards
- External data providers (e.g., Chainlink, UMA)
- Used for outcome verification and resolution
- DAO-compatible
- Community can:
- Propose new markets
- Dispute outcomes
- Stake on arbitration
| Feature | Description |
|---|---|
| Market Creation | Anyone can propose and create a new market. |
| Tokenized Bets | Users trade outcome shares backed by collateral (ETH, stablecoins, etc). |
| Resolution via Oracles | Secure, tamper-proof final result validation. |
| Community Dispute System | DAO members can challenge unfair results. |
| Payout Distribution | Winning outcome holders get rewards automatically. |
- Political forecasts (elections, policies)
- Financial predictions (stock prices, crypto)
- Sports betting
- Tech launches and roadmaps
- Community-driven decision-making
git clone https://github.com/REChain-Network-Solutions/Prediction-Markets.git
cd Prediction-Markets
npm install
npx hardhat compile
npx hardhat run scripts/deploy.js --network localhost
npx hardhat test
🔐 Security & Audits
Smart contracts should undergo community and/or third-party audits.
Oracle selection and governance mechanisms must be carefully reviewed.
👥 Contributing
We welcome all contributors!
Fork the repo
Create a feature branch
Open a pull request
Discuss proposals on GitHub issues or our community forum.
📄 License
This project is licensed under the MIT License. See the LICENSE file for details.
🔗 Related Projects
[REChain-DAO](https://github.com/REChain-Network-Solutions/DAO.git)
[EXChangeProtocol](https://github.com/REChain-Network-Solutions/EXChangeProtocol.git)
[Prediction-markets-backend](https://github.com/REChain-Network-Solutions/Prediction-markets-backend.git)