Answers for "hardhat console log"

0

hardhat console log

// import in your .sol file
import "hardhat/console.sol";
// then to log use: console.log("log 1")
Posted by: Guest on April-06-2022

Browse Popular Code Answers by Language