Skip to content

Plether-Fi/plether-app

Repository files navigation

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

About

Frontend and backend applications for trading on Plether protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors