Are there any additional tutorials for Blockscout deployment?
We are currently working on more tutorials from the team. There are some user and community generated videos available here:
How do I connect the frontend to the backend?
This is done through the. Ensure you've added the API_V2_ENABLED='true'
in your blockscout instance.
Do the frontend and backend need to be under the same domain?
Yes. Be sure to proxy all /api, /socket requests to the backend application and all other requests to the frontend. More info on the page.
What are the variable settings for a Polygon Edge client?
Be sure to set the following envs when setting up a Polygon Edge instance:
ETHEREUM_JSONRPC_VARIANT=geth
INDEXER_INTERNAL_TRANSACTIONS_TRACER_TYPE=polygon_edge
Blockscout API/indexer is using 100% CPU, what should I do?
You should allocate more computing resources/cores to the instance.