From 2f82ab79fdde64234c0d4f13532f7b0903fe35ea Mon Sep 17 00:00:00 2001 From: Sabrina Ferguson Date: Fri, 23 Aug 2024 11:37:36 -0400 Subject: [PATCH] fix: edits for zksync-101 --- content/00.build/05.start-coding/10.zksync-101/00.index.md | 4 ++-- .../00.build/05.start-coding/10.zksync-101/10.hello-zksync.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/content/00.build/05.start-coding/10.zksync-101/00.index.md b/content/00.build/05.start-coding/10.zksync-101/00.index.md index ddfda566..8b5fecd0 100644 --- a/content/00.build/05.start-coding/10.zksync-101/00.index.md +++ b/content/00.build/05.start-coding/10.zksync-101/00.index.md @@ -70,7 +70,7 @@ We are going to use the "In memory node" module for our local node setup. (Move up and down to reveal more choices) ``` - The In memory node module will run a lighter version of the ZKsync Era node + The in memory node module will run a lighter version of the ZKsync Era node which is ideal for swift testing, prototyping, bootloader and system contract testing. 3. Run the following command in your terminal to start up the node: @@ -115,5 +115,5 @@ You should now have a fully working local environment to build new projects on Z - Continue to the next step, [Hello ZKsync!](/build/start-coding/zksync-101/hello-zksync) to begin the 101 series on building a crowdfunding campaign for Zeek. -- This setup provides you everything you need to build in ZKsync. +- This setup provides you everything you need to build on ZKsync Era. - You can skip this 101 series to go on to [creating your own projects using ZKsync CLI](/build/zksync-cli/creating-projects). diff --git a/content/00.build/05.start-coding/10.zksync-101/10.hello-zksync.md b/content/00.build/05.start-coding/10.zksync-101/10.hello-zksync.md index 0d356207..9bd2cb07 100644 --- a/content/00.build/05.start-coding/10.zksync-101/10.hello-zksync.md +++ b/content/00.build/05.start-coding/10.zksync-101/10.hello-zksync.md @@ -4,7 +4,8 @@ description: Learn to deploy smart contracts efficiently in the ZKsync environme --- Welcome to ZKsync 101 for deploying smart contracts on ZKsync! In this series, we'll walk you through the process -of creating and deploying a simple smart contract that creates a crowdfunding campaign for Zeek. In this section you will learn the following: +of creating and deploying a simple smart contract that creates a crowdfunding campaign for Zeek. +In this section you will learn how to: :check-icon Craft a smart contract to fund Zeek's latest adventure.