This project demonstrates automatic deployment of contracts to Tenderly Virtual TestNet.
Requirements:
- Tenderly CLI installed
- CLI logged in
- You've created a TestNet
hardhat.config.ts
uses the RPC link (networks.virtualMainnet.url
).
To deploy and verify contracts, run the following command:
npx hardhat run scripts/deploy.ts --network virtualMainnet
Learn more about hardhat verification setup in this guide.