-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update zkSync to ZKsync (#121)
* feat: change zkSync to ZKsync * chore: fix lint-staged rules
- Loading branch information
1 parent
03b0946
commit 2a80897
Showing
158 changed files
with
1,021 additions
and
1,017 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
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 | ||
about: These forms are for zkSync Docs related issues. If you have questions or need help, please visit the zksync-developers Discussion. | ||
url: https://github.com/ZKsync-Community-Hub/zkync-developers/discussions | ||
about: These forms are for ZKsync Docs related issues. If you have questions or need help, please visit the zksync-developers Discussion. |
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 |
---|---|---|
|
@@ -5,6 +5,6 @@ | |
*/ | ||
export default defineAppConfig({ | ||
seo: { | ||
siteName: 'zkSync Docs', | ||
siteName: 'ZKsyncDocs', | ||
}, | ||
}); |
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 the Quickstart! | ||
|
||
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/quick-start/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 [zkSync 101](/build/zksync-101) section. | ||
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 [ZKsync 101](/build/zksync-101) section. |
Oops, something went wrong.