Decentralized Prediction Marketplace on Stellar
PredictX is an open-source prediction marketplace scaffold built for the Stellar network with Soroban smart contracts, a TypeScript Next.js frontend, and wallet integration placeholders.
This repository currently contains project structure, starter files, documentation, CI, and deployment placeholders only. Prediction market business logic has intentionally not been implemented yet.
- Rust Soroban smart contracts
- Soroban SDK
26.0.1 - Next.js, TypeScript, and TailwindCSS
- Freighter wallet integration placeholders
- Stellar Wallet Kit integration placeholders
- GitHub Actions for CI and security checks
.github/ Workflows, Dependabot, and community templates
contracts/ Soroban smart contract crate
frontend/ Next.js application
docs/ Architecture, roadmap, deployment, and security docs
scripts/ Deployment and automation placeholders
tests/ Cross-system integration test placeholders
npm install
rustup target add wasm32v1-none
npm run contracts:build
npm run devMVP scaffold. Business logic for market creation, betting, resolution, and rewards will be added in later milestones.
Contributions are welcome.
Please review the CONTRIBUTING.md guidelines before opening issues or pull requests.
MIT. See LICENSE.