Skip to content

Commit

Permalink
Add Hardhat and Foundry tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr committed Dec 2, 2024
1 parent f03601c commit 46a0bb4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
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

0 comments on commit 46a0bb4

Please sign in to comment.