-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# What 💻 * Create a landing page for Build section that provides an overview and links to the 101 and quickstart guides. * Moved the content from the ZKsync 101 intro into the Build Introduction page since it works really well for the landing page. * Added a couple additional entries to the glossary * Moved the Connect to ZKsync from ZKsync 101 to a top level navigation just under the new Build landing page. * The reasoning behind this is that it provides all the information on connecting a user's wallet to the ZKsync network which should be valid for everything and not just inside ZKsync 101 section. * This makes the link for someone to add the network to their wallet extremely quick to find. # Why ✋ * Provide a starting landing page that helps guide the reader to resources they might need at a quick glance.
- Loading branch information
1 parent
c1a9a70
commit 6ea412a
Showing
31 changed files
with
198 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
title: Connect to ZKsync Era | ||
description: Step-by-step guide to connect your wallet to ZKsync Era mainnet and testnet. | ||
--- | ||
|
||
## Add ZKsync Era to your MetaMask wallet | ||
|
||
You can add ZKsync Era to your MetaMask wallet using the buttons below: | ||
|
||
:network-adder{ network="mainnet" } :network-adder{ network="testnet" } | ||
|
||
## Manually add ZKsync Era | ||
|
||
To manually add ZKsync Era as a custom network in your wallet, follow these steps: | ||
|
||
1. Find the “Add Network” option in your wallet (in MetaMask, you can find this in the networks dropdown). | ||
1. Click on “Add Network" | ||
1. Fill in the following details for the ZKsync Era network environments: | ||
|
||
### Mainnet network details | ||
|
||
:display-partial{ path="_partials/_mainnet-network-details" } | ||
|
||
### Sepolia testnet network details | ||
|
||
:display-partial{ path="_partials/_testnet-network-details" } | ||
|
||
## Funding your wallet | ||
|
||
Once you have your wallet connected to a ZKsync Era environment, | ||
you can [get testnet funds from one of the available faucets in our list](/ecosystem/network-faucets). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: Overview | ||
description: Learn how to interact with ZKsync Era | ||
--- | ||
|
||
Welcome to ZKsync 101! | ||
|
||
This tutorial will help you to learn how to write, compile and deploy smart contracts to ZKsync Era. | ||
In the first step, you will build and deploy a simple contract and interact with it by sending messages. | ||
The second section will have you creating your own ERC20 token and the final section will | ||
introduce a specialized feature of ZKsync Era, native account abstraction and paymasters. | ||
|
||
This section is designed for developers new to ZKsync Era and uses online IDE's - Remix and AtlasZK - | ||
to help you learn as quickly and efficiently as possible. | ||
|
||
## Get started | ||
|
||
- If you haven't already added ZKsync Era to your wallet, follow the instructions in [Connect ZKsync Era to your wallet](/build/connect-to-zksync). | ||
- Continue to [Deploy your first contract](/build/zksync-101/deploy-your-first-contract) to learn how to use Remix or Atlas | ||
to deploy a contract onto ZKsync Era. | ||
- If you are familiar with ZKsync Era and want to develop using `zksync-cli` locally | ||
on your machine, you can jump over to the [Quickstart](/build/quick-start) section. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.