Skip to content

Commit c50bfdb

Browse files
Bengt Lofgrena5-pickle
authored andcommitted
README setup instructions improved
1 parent d0228f0 commit c50bfdb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,22 @@ git clone [email protected]:wormhole-foundation/example-liquidity-layer.git --recur
1212

1313
## Prerequisites
1414

15+
### Node version
16+
17+
It is recommended to use `Node v20.18.x`.
18+
19+
```bash
20+
# E.g.
21+
nvm install 20.18.2
22+
nvm use 20.18.2
23+
```
24+
1525
### EVM
1626

1727
Install [Foundry tools](https://book.getfoundry.sh/getting-started/installation), which include `forge`, `anvil` and `cast` CLI tools.
1828

29+
Before using the typescript SDK, build the evm types by running `npm run build` *inside* the `evm` directory. Without this step, the typescript SDK will not be able to be interpreted by the typescript compiler.
30+
1931
## Build, Test and Deploy Smart Contracts
2032

2133
Each directory represents Wormhole integrations for specific blockchain networks. Please navigate to a network subdirectory to see more details (see the relevant README.md) on building, testing and deploying the smart contracts.

0 commit comments

Comments
 (0)