Skip to content

Commit

Permalink
fix: edits for zksync-101
Browse files Browse the repository at this point in the history
  • Loading branch information
itsacoyote committed Aug 23, 2024
1 parent 2caa5f5 commit 2f82ab7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content/00.build/05.start-coding/10.zksync-101/00.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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).
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 2f82ab7

Please sign in to comment.