Allows you to explore the protocol orders and trades.
This repository is deprecated.
All the relevant code has migrated to CoW Swap repo under the explorer app.
# Install dependencies (we use Yarn but NPM should work too)
yarn
Make sure you installed the dependencies first
yarn start
Open http://localhost:8080 in your browser.
yarn build
Static files will be generated inside the ./dist
dir.
yarn test