I am trying to console and debug the code or solidity
I am using https://remix.ethereum.org/
I am trying to console and debug the code or solidity
I am using https://remix.ethereum.org/
// remix supports hardhat console.log;
// 1st import as follows
import "hardhat/console.sol";
// then to log use:
console.log("log 1")
© 2022 - 2024 — McMap. All rights reserved.