DeFi protocol for trading plDXY-BEAR and plDXY-BULL synthetic tokens on Ethereum.
apps/
├── frontend/ # React web application
└── backend/ # Haskell/Scotty API server
cd apps/frontend
npm install
npm run dev # http://localhost:5173cd apps/backend
cp .env.example .env
# Edit .env with your RPC_URL
cabal build
cabal run plether-api # http://localhost:3001- Frontend README - React app setup, testing, Storybook
- Backend README - API endpoints, caching, configuration
| Network | Chain ID | Description |
|---|---|---|
| Mainnet | 1 | Production |
| Sepolia | 11155111 | Testnet |
| Anvil | 31337 | Local development |
AGPL-3.0-only