Counter合约


写个counter计数器,每次调用后增加1

Import一个【合约】


import "hardhat/console.sol";

https://github.com/ibuidl/solidity-course

写Counter合约


coding...