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

fix: update links for quickstart refactor #42

Merged
merged 1 commit into from
Aug 16, 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 content/tutorials/cross-chain-governance/10.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This tutorial shows you how to implement communication between L1 and L2 with th
- Make sure your machine satisfies the [system
requirements](https://github.com/matter-labs/era-compiler-solidity/tree/main#system-requirements).
- You are already familiar with deploying smart contracts on ZKsync Era.
If not, please refer to the first section of the [quickstart tutorial](https://docs.zksync.io/build/quick-start).
If not, please refer to the first section of the [quickstart tutorial](https://docs.zksync.io/build/start-coding/quick-start).
- You already have some experience working with Ethereum.
- A wallet with sufficient Sepolia `%%zk_testnet_currency_symbol%%` on Ethereum and %%zk_testnet_name%% to pay for deploying smart
contracts. You can get Sepolia ETH from the [network faucets](https://docs.zksync.io/ecosystem/network-faucets).
Expand Down
2 changes: 1 addition & 1 deletion content/tutorials/daily-spend-limit-account/10.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The daily limit feature prevents an account from spending more ETH than the limi
- [Node.js](https://nodejs.org/en/download/) and [Yarn](https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable)
are installed on your machine.
- You are already familiar with deploying smart contracts on ZKsync Era.
If not, please refer to the first section of the [quickstart tutorial](https://docs.zksync.io/build/quick-start).
If not, please refer to the first section of the [quickstart tutorial](https://docs.zksync.io/build/start-coding/quick-start).
- A wallet with sufficient Sepolia `%%zk_testnet_currency_symbol%%` on Ethereum and %%zk_testnet_name%% to pay for deploying smart
contracts. You can get Sepolia ETH from the [network faucets](https://docs.zksync.io/ecosystem/network-faucets).
- Get testnet `ETH` for ZKsync Era using [bridges](https://zksync.io/explore#bridges) to bridge funds to ZKsync.
Expand Down
2 changes: 1 addition & 1 deletion content/tutorials/dapp-nft-paymaster/10.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ completion, you'll have a fully functional `ERC721GatedPaymaster` contract and a
- Make sure your machine satisfies the [system requirements](https://github.com/matter-labs/era-compiler-solidity/tree/main#system-requirements).
- A [Node.js](https://nodejs.org/en/download) installation running at minimum Node.js version 16.
- You are already familiar with deploying smart contracts on ZKsync Era.
If not, please refer to the first section of the [quickstart tutorial](https://docs.zksync.io/build/quick-start).
If not, please refer to the first section of the [quickstart tutorial](https://docs.zksync.io/build/start-coding/quick-start).
- Some background knowledge on the concepts covered by the tutorial would be helpful too. Have a look at the following
docs:
- [Account abstraction protocol](https://docs.zksync.io/build/developer-reference/account-abstraction/design).
Expand Down
4 changes: 1 addition & 3 deletions content/tutorials/erc20-paymaster/10.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ You will:
- Make sure your machine satisfies the [system requirements](https://github.com/matter-labs/era-compiler-solidity/tree/main#system-requirements).
- A [Node.js](https://nodejs.org/en/download) installation running at minimum Node.js version 16.
- You are already familiar with deploying smart contracts on ZKsync Era.
If not, please refer to the first section of the [quickstart tutorial](https://docs.zksync.io/build/quick-start).
- You are already familiar with deploying smart contracts on ZKsync Era.
If not, please refer to the first section of the [quickstart tutorial](https://docs.zksync.io/build/quick-start).
If not, please refer to the first section of the [quickstart tutorial](https://docs.zksync.io/build/start-coding/quick-start).
- Some background knowledge on the concepts covered by the tutorial would be helpful too. Have a look at the following
docs:
- [Account abstraction protocol](https://docs.zksync.io/build/developer-reference/account-abstraction/design).
Expand Down
2 changes: 1 addition & 1 deletion content/tutorials/frontend-paymaster/10.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ In this tutorial we're going to:
directly in our explorer.
You can also get Sepolia USDC or DAI from [the Aave faucet](https://staging.aave.com/faucet/)
and then bridge them to ZKsync using [the ZKsync bridge](https://portal.zksync.io/bridge/?network=sepolia).
- Complete [the ZKsync 101 tutorials](https://docs.zksync.io/build/zksync-101) to deploy a smart contract.
- Complete [the ZKsync 101 tutorials](https://docs.zksync.io/build/start-coding/zksync-101) to deploy a smart contract.

## Setup the project

Expand Down
Loading