From 8e087d79a5aa6ff5689486479db6a5ec6378b7a2 Mon Sep 17 00:00:00 2001 From: koushikVss Date: Wed, 31 May 2023 23:35:57 +0530 Subject: [PATCH] Update wlv.md Founded the another thing need to be added here. --- src/technical/env/wlv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technical/env/wlv.md b/src/technical/env/wlv.md index 78ec06d..5c47292 100644 --- a/src/technical/env/wlv.md +++ b/src/technical/env/wlv.md @@ -22,7 +22,7 @@ Here's a succinct list of the pros and cons of the environment, so you can decid You will need Docker running in order to set up WLV. If you're on desktop, [Docker Desktop](https://docs.docker.com/get-docker/) is generally the best choice, though [Docker Engine](https://docs.docker.com/engine/) works fine too. -From there, you just need nodes for the blockchains you're interested in developing on. There is code to spin up EVM and Solana local validators included in the WLV project repo, as well as scripts to deploy the necessary Wormhole contracts to your local instances. +From there, you just need nodes for the blockchains you're interested in developing on. There is code to spin up EVM, Algorand and Solana local validators included in the WLV project repo, as well as scripts to deploy the necessary Wormhole contracts to your local instances. Further information can be found in the project's [README](https://github.com/wormhole-foundation/xdapp-book/blob/main/projects/wormhole-local-validator/README.md).