Frontend interface for the REChain Prediction Markets system. Built with Next.js, React, and web3 libraries.
- Browse and filter active markets
- Submit and resolve predictions
- Connect wallet and manage tokens
- Real-time updates and responsive UI
npm install
npm run dev
Edit .env.local
with:
NEXT_PUBLIC_MARKET_API=http://localhost:4000
NEXT_PUBLIC_CHAIN_ID=1337
NEXT_PUBLIC_RPC_URL=http://localhost:8545
- React
- Next.js
- Ethers.js / Web3
- TailwindCSS
- Zustand or Redux (state)
- REST / GraphQL API
MIT