cowprotocol / explorer

https://explorer.cow.fi/
12 stars 8 forks source link

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