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

Miscellaneous adjustments #911

Merged
merged 2 commits into from
Dec 20, 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
6 changes: 6 additions & 0 deletions docs/get-started/build/quickstart/deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ This involves:

> _Estimated time to complete: ~20 minutes._

:::note Hardhat

If you'd prefer to deploy your contract using Hardhat rather than Foundry, see our [guide](../../how-to/deploy-smart-contract/hardhat.mdx).

:::

## Prerequisites

A Linea-compatible wallet with some Linea Sepolia ETH. We recommend using [MetaMask](https://metamask.io/).
Expand Down
2 changes: 1 addition & 1 deletion src/components/HomepageCards/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type CardItem = {
const CardList: CardItem[] = [
{
title: "Deploy a smart contract",
link: "/get-started/how-to/deploy-smart-contract",
link: "/get-started/build/quickstart/deploy",
description: (
<>
Learn how to deploy a smart contract on Linea.
Expand Down
Loading