Block Explorer
How to integrate Block Explorer to the deployed chain?
Last updated
How to integrate Block Explorer to the deployed chain?
Last updated
Available via SDK on Testnet/Mainnet only.
The current SDK version supports Block Explorer installation and uninstallation for the deployed network.
Before integrating the Block Explorer, ensure you meet the following prerequisites.
CoinMarketCap API key: You can get the free one .
Wallet Connect Id: Read more .
Once the prerequisites are fulfilled, execute the following command in the project root directory to install explorer.
The SDK will then prompt you with the following questions via the CLI.
You can check success prompt here.
ℹ️ Note: After you install the explorer, you should wait for a couple of minutes due to network ingress propagation. It is same for the bridge operation.
To uninstall the explorer, you may execute the following command in the project root directory:
You can check success prompt here.