-
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.
fix: update docs to latest from existing, update ZKsync to zkSync (#63)
# What 💻 * update docs to latest from existing * update ZKsync to zkSync # Why ✋ * Need latest info * Name change has not happened # Evidence 📷 Include screenshots, screen recordings, or `console` output here demonstrating that your changes work as intended <!-- All sections below are optional. You can uncomment any section applicable to your Pull Request. --> <!-- # Notes 📝 * Any notes/thoughts that the reviewers should know prior to reviewing the code? --> --------- Co-authored-by: Sabrina Ferguson <[email protected]>
- Loading branch information
1 parent
be20471
commit 5fd8689
Showing
171 changed files
with
1,485 additions
and
1,218 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: zksync-developers Discussion | ||
url: https://github.com/ZKsync-Community-Hub/zkync-developers/discussions | ||
url: https://github.com/zkSync-Community-Hub/zkync-developers/discussions | ||
about: Please provide feedback, and ask questions here. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
--- | ||
title: Overview | ||
description: Learn how to interact with ZKsync Era | ||
description: Learn how to interact with zkSync Era | ||
--- | ||
|
||
Welcome to ZKsync 101! | ||
Welcome to zkSync 101! | ||
|
||
This tutorial will help you to learn how to write, compile and deploy smart contracts to ZKsync Era. | ||
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. | ||
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 - | ||
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). | ||
- 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 | ||
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
title: ZKsync 101 | ||
title: zkSync 101 |
Oops, something went wrong.