
# Project Knowledge — UniFactory DEX Project documentation in `references/`: | File | Contents | |------|----------| | `project.md` | What is UniFactory, key features, out of scope | | `architecture.md` | Tech stack, project structure, Storage contract, chain config | | `patterns.md` | CJS scripts pattern, token dropdown, Pool widget states, E2E tests | | `deployment.md` | CI/CD, env vars, local dev, domain registration, monitoring |
# UniFactory DEX v3 — SKILL.md (Agent Guide) ## Overview UniFactory is a white-label DEX built on Uniswap V3 SDK, React 18, Vite, wagmi v2, and Reown AppKit. Configuration is stored in a BSC Storage smart contract, keyed by domain name. **Live demo:** https://appsource.github.io/dex **Repo:** https://github.com/appsource/dex **Storage contract (BSC):** `0xa7472f384339D37EfE505a1A71619212495A973A` **Storage key:** `definance` (hardcoded app namespace) --- ## Architecture ``` src/ ├── appkit