Hardhat

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

初探 React Native

0%