Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

cowprotocol/explorer

Repository files navigation

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