Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.12 KB

File metadata and controls

51 lines (36 loc) · 1.12 KB

Plether

Tests License: AGPL-3.0

DeFi protocol for trading plDXY-BEAR and plDXY-BULL synthetic tokens on Ethereum.

Repository Structure

apps/
├── frontend/    # React web application
└── backend/     # Haskell/Scotty API server

Quick Start

Frontend

cd apps/frontend
npm install
npm run dev          # http://localhost:5173

Backend

cd apps/backend
cp .env.example .env
# Edit .env with your RPC_URL
cabal build
cabal run plether-api   # http://localhost:3001

Documentation

Networks

Network Chain ID Description
Mainnet 1 Production
Sepolia 11155111 Testnet
Anvil 31337 Local development

License

AGPL-3.0-only