Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Latest commit

Β 

History

History
39 lines (25 loc) Β· 739 Bytes

File metadata and controls

39 lines (25 loc) Β· 739 Bytes

CoW Protocol Explorer

Allows you to explore the protocol orders and trades.

⚠️ Attention ⚠️

This repository is deprecated.

All the relevant code has migrated to CoW Swap repo under the explorer app.

πŸ§ͺ Install dependencies

# Install dependencies (we use Yarn but NPM should work too)
yarn

πŸƒβ€β™€οΈ Run it locally

Make sure you installed the dependencies first

yarn start

Open http://localhost:8080 in your browser.

πŸ‘·β€β™€οΈ Build app

yarn build

Static files will be generated inside the ./dist dir.

πŸ§ͺ Run tests

yarn test