From 9bce650f70089232794d9deca8931c918b59b3a8 Mon Sep 17 00:00:00 2001 From: PatrickAlphac <54278053+PatrickAlphaC@users.noreply.github.com> Date: Sun, 10 Apr 2022 13:09:06 -0400 Subject: [PATCH] updated --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b3cbbbc..d436bd5 100644 --- a/README.md +++ b/README.md @@ -258,6 +258,11 @@ yarn add --dev @typechain/ethers-v5 @typechain/hardhat @types/chai @types/node @ 💻 Code: https://github.com/PatrickAlphaC/hardhat-smartcontract-lottery-fcc +- Install dependencies: +```bash +yarn add --dev @nomiclabs/hardhat-ethers@npm:hardhat-deploy-ethers ethers @nomiclabs/hardhat-etherscan @nomiclabs/hardhat-waffle chai ethereum-waffle hardhat hardhat-contract-sizer hardhat-deploy hardhat-gas-reporter prettier prettier-plugin-solidity solhint solidity-coverage +``` + # Lesson 10: NextJS Smart Contract Lottery (Full Stack / Front End) 💻 Code: https://github.com/PatrickAlphaC/nextjs-smartcontract-lottery-fcc