An open API service indexing awesome lists of open source software.

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.

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