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