Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 350 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 350 Bytes

Sample Hardhat-Tenderly integration Project

This project demonstrates a basic hardhat-tenderly use case.

Usage steps:

npm i

After all dependencies are installed, add your Tenderly credentials to hardhat.config.js:

url:
username:
project:

After that, run:

npx hardhat run scripts/deploy.js --network tenderly