blockchain - 使用hardhat 来创建 solidity项目 (过分简单了) 2022-07-05 13:22 访问量: 685 npm install -g hardhat mkdir test_hardhat && cd test_hardhat npx hardhat 就可以创建好项目了。