Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Hardhat and Foundry tutorial videos #870

Merged
merged 2 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/get-started/how-to/deploy-smart-contract/foundry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In this quickstart, we'll create a basic [Foundry](https://book.getfoundry.sh/)
<div class="video-container">
<iframe
class="video-iframe"
src="https://www.youtube.com/embed/TO9XhLCoqgg"
src="https://www.youtube.com/embed/nvRvlel3iTQ?si=no67QFjDpeyyfwsG"
title="How to deploy a smart contract on Linea with Foundry"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowFullScreen></iframe>
Expand Down
14 changes: 13 additions & 1 deletion docs/get-started/how-to/deploy-smart-contract/hardhat.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<div class="center-container">
<div class="video-container">
<iframe
class="video-iframe"
src="https://www.youtube.com/embed/aECCf2P9pgw?si=fV5n0nySuUITbLm8"
title="How to deploy a smart contract on Linea with Hardhat"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowFullScreen></iframe>
</div>
</div>

## Prerequisites

Expand Down