We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c982c commit d3d7b2eCopy full SHA for d3d7b2e
README.md
@@ -24,8 +24,8 @@ forge init --template Lay3rLabs/wavs-foundry-template my-wavs
24
### Solidity
25
26
```bash
27
-# Initialize the submodule dependencies
28
-forge install
+# Initialize the dependencies
+forge install && npm install
29
30
# Build the contracts
31
forge build
@@ -61,8 +61,6 @@ docker cp $(docker create --name tc ghcr.io/lay3rlabs/wavs:0.3.0-alpha5-amd64):/
61
### Start Anvil, WAVS, and Deploy Eigenlayer
62
63
64
-npm install
65
-
66
# copy over the .env file
67
cp .env.example .env
68
0 commit comments