hardhat setting up project

To start off with you need to run "pnpm dlx hardhat --init"


Next it will ask you as series of questions, which you can just choose yes. You should be asked to install the following dependencies

 You need to install the necessary dependencies using the following command:

pnpm add --save-dev "hardhat@^3.1.7" "@nomicfoundation/hardhat-toolbox-viem@^5.0.2" "@nomicfoundation/hardhat-ignition@^3.0.7" "@types/node@^22.8.5" "forge-std@foundry-rs/forge-std#v1.9.4" "typescript@~5.8.0" "viem@^2.43.0"

Otherwise you will get weir issue like forge-std missing.



And if all goes well, you will get this 








Comments

Popular posts from this blog

vllm : Failed to infer device type

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20

android studio kotlin source is null error