Hardhat 是 Nomic Labs 发布的以太坊开发环境工具,原来叫 Buidler。
Hardhat 可以用来代替 Truffle。
npx hardhat --version 版本
npx hardhat accounts 执行 hardhat.config.js 定义的 task
npx hardhat compile 编译
npx hardhat flatten 合并solidity文件
npx hardhat node 启动节点
npx hardhat test 运行测试
npx hardhat run scripts/deploy.js 部署合约
npx hardhat run scripts/deploy.js --network localhost 部署合约