Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
fix: add missing link to contract deployment section (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
irnb authored Mar 24, 2024
1 parent f44052d commit ae42a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/tooling/hardhat/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If you are using Vyper, check out the [Vyper plugin documentation](./hardhat-zks

- Make sure your machine satisfies the [system requirements](https://github.com/matter-labs/era-compiler-solidity/tree/main#system-requirements).
- You have a Node installation and `yarn` or `npm` package manager.
- You are already familiar with deploying smart contracts on zkSync. If not, please refer to the first section of the
- You are already familiar with deploying smart contracts on zkSync. If not, please refer to the first section of the [Contract Deployment](../../developer-reference/contract-deployment.md).
- A wallet with sufficient Sepolia or Göerli `ETH` on Ethereum and zkSync Era Testnet to pay for deploying smart contracts. You can get Sepolia ETH from the [network faucets](../../tooling/network-faucets.md).
- Get testnet `ETH` for zkSync Era using [bridges](https://zksync.io/explore#bridges) to bridge funds to zkSync.
- You know how to get your [private key from your MetaMask wallet](https://support.metamask.io/hc/en-us/articles/360015289632-How-to-export-an-account-s-private-key).
Expand Down

0 comments on commit ae42a53

Please sign in to comment.