diff --git a/docs/get-started/how-to/deploy-smart-contract/foundry.mdx b/docs/get-started/how-to/deploy-smart-contract/foundry.mdx
index ae8adbf7c..1294fe75a 100644
--- a/docs/get-started/how-to/deploy-smart-contract/foundry.mdx
+++ b/docs/get-started/how-to/deploy-smart-contract/foundry.mdx
@@ -12,7 +12,7 @@ In this quickstart, we'll create a basic [Foundry](https://book.getfoundry.sh/)
diff --git a/docs/get-started/how-to/deploy-smart-contract/hardhat.mdx b/docs/get-started/how-to/deploy-smart-contract/hardhat.mdx
index 776621053..a10a671f3 100644
--- a/docs/get-started/how-to/deploy-smart-contract/hardhat.mdx
+++ b/docs/get-started/how-to/deploy-smart-contract/hardhat.mdx
@@ -7,7 +7,19 @@ image: /img/socialCards/hardhat.jpg
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";
-In this quickstart, we'll create a basic [Hardhat](https://hardhat.org/) project.
+In this quickstart, we'll create a basic [Hardhat](https://hardhat.org/) project. Here's a video
+walkthrough:
+
+
## Prerequisites