From 9cd3c1413ab0648c92840663a07519169aa733a8 Mon Sep 17 00:00:00 2001 From: Paul Green Date: Mon, 15 Dec 2025 20:19:41 +0300 Subject: [PATCH] docs(fhevm-react-template): mention hello fhevm video tutorial - Mention the "Hello FHEVM: build your first confidential dApp" video tutorial in the Quick Start section. - Update README.md only; no code or configuration changes. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b59998db..6f222598 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ git submodule update --init --recursive pnpm install ``` +If you prefer a walkthrough, you can also watch the "Hello FHEVM: build your first confidential dApp" video tutorial on YouTube. + ### 2. Environment Configuration Set up your Hardhat environment variables by following the [FHEVM documentation](https://docs.zama.ai/protocol/solidity-guides/getting-started/setup#set-up-the-hardhat-configuration-variables-optional):