title: hardhat date: 2023-09-19 tags:

  • solidity updated: 2024-01-24

npx hardhat pnpm add -D @nomicfoundation/hardhat-toolbox @nomicfoundation/hardhat-network-helpers @nomicfoundation/hardhat-chai-matchers @nomicfoundation/hardhat-ethers @nomicfoundation/hardhat-verify chai ethers hardhat-gas-reporter solidity-coverage @typechain/hardhat typechain @typechain/ethers-v6

npx hardhat compile

npx hardhat test

跑hardhat測試網:npx hardhat node 部署:npx hardhat run scripts/deploy.ts --network localhost

npx hardhat --network localhost faucet 0x028bfd960e7f43f856c74d33d9e9a5af4b6bdece

test coverage

https://hardhat.org/hardhat-runner/docs/guides/test-contracts

npx

Ref

  • https://hardhat.org/
  • https://hardhat.org/tutorial/creating-a-new-hardhat-project