LESSON 10 #5165
-
I am working on the lesson 10 and currently on the ways to connect to meta mask section, after cloning the repo, installing dependencies and running "npx hardhat node " command, it successfully compiles but it does without deploying the Simple Storage contract to an address, so I am unable to get hardhat address and ABI for interaction, I have tried checking several solutions but can not find what is causing it to behave this way. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@Demiladekusa Make sure you have the deploy folder inside where you should have deploy scripts in order. In addition to that you should have these dependencies installed;
and this is added in the hardhat.config.js file; require('hardhat-deploy'); |
Beta Was this translation helpful? Give feedback.
@Demiladekusa Make sure you have the deploy folder inside where you should have deploy scripts in order. In addition to that you should have these dependencies installed;
and this is added in the hardhat.config.js file;