Allows you to explore the protocol orders and trades.
yarn start:exploreryarn build:explorerStatic files will be generated inside the build/explorer dir.
yarn test:explorerFee quote requests and posting orders are sent to the Orderbook API. This API has the responsibility of collecting orders and handing them to the solvers.
The reference implementation of the API is CoW Protocol Services.
The API endpoint is configured using the environment variable REACT_APP_ORDER_BOOK_URLS:
REACT_APP_ORDER_BOOK_URLS={"1":"https://YOUR_HOST","100":"https://YOUR_HOST","5":"https://YOUR_HOST"}