Skip to main content
🚧 Under Construction
If you have an issue that isn’t addressed, please contact us in Discord for troubleshooting.
We are currently working on more tutorials from the team. There are some user and community generated videos available here: https://drive.google.com/drive/folders/1dH-ZxV1ShQ-cb7gObTXs3MtwSqVNJOqW
This is done through the proxy setup. Ensure you’ve added the API_V2_ENABLED='true' in your blockscout instance.
Yes. Be sure to proxy all /api, /socket requests to the backend application and all other requests to the frontend. More info on the proxy setup page.
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
You should allocate more computing resources/cores to the instance.
Typically you should set to http://youripaddress:your_port_number. Blockscout may not work if you set to http://0.0.0.0:your_port_number
I