⛓️ Future is multichain! Check out the Tenderly 2024 networks integration recap. 🎉
Workshops
Build, Stage, Deploy
Intermezzo

Intermezzo: Verification, of course

It’s almost fully set up. Do the following:

  • Install Tenderly CLI, then run tenderly login and follow the instructions

Full setup instructions (skip)

To set up verification, here are the steps:

  • Install Tenderly CLI, then run tenderly login and follow the instructions

  • Run cd packages/hardhat && yarn add @tenderly/hardhat-tenderly

  • From Virtual TestNets > Integrate page, copy the first (import and tenderly.setup({ automaticVerifications: true })) and the third snippet (username, project) and update packages/hardhat/hardhat.config.ts accordingly.

    verification.png

  • Re-Deploy and do something to your contract (Act 2, steps 2-4)

  • Open the latest transaction. What do you see?

For more details, see the verification docs.