A lightweight, plain‑HTML/CSS/JS decentralized exchange (DEX) for the Arc testnet.
- Sky‑blue gradient background with glass‑morphism UI
- Custom SkyDEX logo
- Real wallet integration using an Arc‑compatible MetaMask‑style wallet
- Token swap flow (quote + transaction) via public Arc testnet RPC endpoints
- Deployable as a static site on Vercel (no build step required)
- Clone the repo (or download the files).
- Open
index.htmlin a browser (or serve the directory with a simple HTTP server, e.g.python -m http.server). - Connect your Arc testnet wallet (MetaMask with the Arc testnet network added).
- Select tokens, enter an amount, and click Swap.
The project can be deployed to Vercel directly from the GitHub repository:
vercel --prodOr use the Vercel dashboard → Import Project → select the GitHub repo.
MIT © 2026 SkyDEX authors