Note
run these below commands at .../Blockchain
directry.
npm i
Caution
Make sure to change the private key in hardhat.config.js
file at accounts:["REPLACE WITH PRIVATE KEY OF METAMASK ACCOUNT"]
and the account should be any one from GANACHE
only.
npx hardhat compile
npx hardhat ignition deploy ignition/modules/UserManager.js
npx hardhat ignition deploy ignition/modules/ProductManager.js
npx hardhat test