From b71aaa9ad2921186346c7ea2ab696f81919d068b Mon Sep 17 00:00:00 2001 From: Mohamad Hammoud <56640677+mohamadhammoud@users.noreply.github.com> Date: Sun, 3 Dec 2023 17:22:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20numbered=20the=20commands?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 759e836..2b50194 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ Custom versions of above Verifying (allow Dapp deposit sponsorship in different .gitmodules file is already added. two submodules are being used in this project -git submodule update --init (This command will initialize and fetch the submodules listed in the .gitmodules file.) +1. git submodule update --init (This command will initialize and fetch the submodules listed in the .gitmodules file.) -git submodule update --remote (This will update the submodules to the latest commit in their respective repositories.) +2. git submodule update --remote (This will update the submodules to the latest commit in their respective repositories.) you can also alternatively run forge install (or forge install ) @@ -36,11 +36,11 @@ If you encounter any issues during the submodule update process, you can try del Error: Cannot find module '../typechain' -cd lib/account-abstraction +1. cd lib/account-abstraction -yarn +2. yarn -npx hardhat compile +3. npx hardhat compile This project demonstrates an advanced Hardhat use case, integrating other tools commonly used alongside Hardhat in the ecosystem. Foundry support is also added.