https://github.com/rechain-network-solutions/prediction-markets-ui
Frontend interface for the REChain Prediction Markets system. Built with Next.js, React, and web3 libraries.
https://github.com/rechain-network-solutions/prediction-markets-ui
javascript-applications javascript-framework javascript-library oscript oscript-lib oscript-library oscript-package oscript-web prediction prediction-algorithm prediction-bot prediction-markets rechainnetwork typescript-definitions typescript-library typesscript
Last synced: 3 months ago
JSON representation
Frontend interface for the REChain Prediction Markets system. Built with Next.js, React, and web3 libraries.
- Host: GitHub
- URL: https://github.com/rechain-network-solutions/prediction-markets-ui
- Owner: REChain-Network-Solutions
- License: mit
- Created: 2025-07-05T11:20:05.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-05T12:24:44.000Z (3 months ago)
- Last Synced: 2025-07-05T12:32:01.909Z (3 months ago)
- Topics: javascript-applications, javascript-framework, javascript-library, oscript, oscript-lib, oscript-library, oscript-package, oscript-web, prediction, prediction-algorithm, prediction-bot, prediction-markets, rechainnetwork, typescript-definitions, typescript-library, typesscript
- Language: JavaScript
- Homepage: https://tanushaaa.ru
- Size: 980 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# 🌐 Prediction Markets UI
Frontend interface for the REChain Prediction Markets system. Built with Next.js, React, and web3 libraries.
## ✨ Features
- Browse and filter active markets
- Submit and resolve predictions
- Connect wallet and manage tokens
- Real-time updates and responsive UI## 🚀 Quick Start
```bash
npm install
npm run dev
```Edit `.env.local` with:
```env
NEXT_PUBLIC_MARKET_API=http://localhost:4000
NEXT_PUBLIC_CHAIN_ID=1337
NEXT_PUBLIC_RPC_URL=http://localhost:8545
```## 🧱 Stack
- React
- Next.js
- Ethers.js / Web3
- TailwindCSS
- Zustand or Redux (state)
- REST / GraphQL API## 📜 License
MIT