From d194e164aa1438962df673adba66a1497103115b Mon Sep 17 00:00:00 2001 From: yunggenius <ÿyunggenius4@gmail.com> Date: Wed, 23 Mar 2022 01:55:09 +0100 Subject: [PATCH] noob friendly readme for setup --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 98d7b16..6f94186 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,9 @@ You need to have Node.js, NPM and hardhat installed on your computer, before run npx hardhat compile ``` 3. Deploy the smart contract + ```sh + npx hardhat run --network mumbai scripts/deploy.js + ``` 4. Get your contract address and paste in on `getContract.js` 3. Run the app ```sh