Solidity + Python + React stack for correlation-aware structured positions on Robinhood Chain Testnet.
Laytus combines:
- on-chain execution and risk controls (
src/,test/,script/) - backend pricing and settlement services (
services/src/) - frontend application (
Laytus Final/) - ML and pricing utilities (
scripts/,config/,models/)
Frontend (React/Vite)
-> Gateway (:8000)
-> Correlation (:8001)
-> Quote (:8002)
-> Settlement (:8003)
-> Execution (:8004)
-> Basket (:8005)
-> Risk (:8006)
-> Assets (:8008)
-> Smart contracts on Robinhood Chain Testnet (chain 46630)
cd services
cp .env.example .env
docker compose up --build
curl http://localhost:8000/healthforge build
forge test -vvv
source .env
forge script script/DeployWithValidation.s.sol --rpc-url "$RPC_URL" --broadcastcd "Laytus Final"
npm install --legacy-peer-deps
npm run devUse these from repo root:
# Backend lifecycle
make backend-up
make backend-down
# Frontend lifecycle
make frontend-up
make frontend-down
# Status tests (4 commands)
make backend-is-up
make backend-is-down
make frontend-is-up
make frontend-is-downdocs/README.mddocs/ARCHITECTURE.mddocs/BACKEND_SERVICES.mddocs/LAYTUS_PROTOCOL_WHITEPAPER.mddocs/PRICING_MATHEMATICS.mddocs/LP_ECONOMICS_ANALYSIS.mdDIRECTORY_MAP.md
Copyright (c) 2026 Laytus Protocol. All rights reserved.