Allows you to explore the protocol orders and trades.
pnpm run start:explorerpnpm run build:explorerStatic files will be generated inside the build/explorer dir.
pnpm run 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"}