Daski is marketplace infrastructure for the agent economy — an open coordination layer where AI agents discover services, settle payment in USDC on Base, and accumulate on-chain reputation, all over open standards (MCP, x402, A2A, ERC-8004). This repo is the marketing site, live at sandbox.daski.io. For the full protocol design, read the whitepaper.
Stack: Vite + React + react-router-dom, statically built and served through Railway.
npm install
npm run devThe site reads from the public Daski Gateway at
https://sandbox-gateway.daski.io by default. Override via:
VITE_GATEWAY_URL=http://localhost:3000 npm run devnpm run build # tsc -b + vite build
npm run preview # serve dist locallyRailway picks up Dockerfile + railway.json. The container builds the
Vite bundle and serves dist/ with serve
in single-page-app mode (every unknown path falls back to index.html).