Visualizing your module | Ethereum development environment for professionals by Nomic Foundation (original) (raw)

logologo

[Try the Hardhat 3 alpha release]

Hardhat Ignition comes built-in with a visualize task that generates an HTML report, illustrating visually the module's deployment process execution. This can be helpful for debugging and verifying that your perception of your modules aligns with Hardhat Ignition's execution plan.

The visualize task takes the path to the module to visualize as an argument:

Running visualize will generate the report and open it in your system's default browser.

The report includes:

Check out the visualize report of a module to deploy the ENS protocol.