Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sabrina <[email protected]>
  • Loading branch information
sarahschwartz and itsacoyote authored Aug 14, 2024
1 parent 44cf4c1 commit 829407c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions content/tutorials/custom-zk-chain/10.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This tutorial shows you how to use the `zk_inception` CLI to run an Elastic Chai
requirements](https://github.com/matter-labs/era-compiler-solidity/tree/main#system-requirements).
- If you aren't already familiar with deploying smart contracts on ZKsync Era, please refer to the first section of the [quickstart tutorial](https://docs.zksync.io/build/start-coding/quick-start/deploy-your-first-contract).
- For background on the Elastic Chain or ZK chains, read the [ZK chains](https://docs.zksync.io/zk-stack/concepts/zk-chains) section in our docs.
- Install the dependencies for the `zksync-era` repo by following the instructions [here](https://github.com/matter-labs/zksync-era/blob/main/docs/guides/setup-dev.md)
- Install the dependencies for the `zksync-era` repo by following the instructions in the matter-labs/zksync-era project's [Setup dev guide](https://github.com/matter-labs/zksync-era/blob/main/docs/guides/setup-dev.md)
(you can skip the "Environment" section).

::callout{icon="i-heroicons-light-bulb"}
Expand All @@ -33,7 +33,7 @@ New chains can be registered to the ecosystem to scale applications and communit
There are two components needed for running a ZK chain locally:

1. An Elastic Chain ecosystem to manage different chains
2. A chain deployed within the ecosystem
2. At least one chain deployed within the ecosystem

To setup both of these components, use the `zk_inception` CLI.
To install the CLI globally, run this command in your root folder.
Expand All @@ -56,7 +56,7 @@ zk_inception ecosystem create
```

::callout{icon="i-heroicons-light-bulb"}
Make sure to have the Docker daemon running.
Make sure Docker is running on your machine.
::

You will be prompted with a series of options to customize your ecosystem and generate a new chain within the ecosystem.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Now that your ERC20 token is deployed, you can create a new chain.

First, shut down the node server running for `zk_chain_1`.

Move back into the `my_elastic_chain` ecosystem folder and run the `chain create` command:
Move back into your elastic chain ecosystem folder and run the `chain create` command:

```bash
zk_inception chain create
Expand Down

0 comments on commit 829407c

Please sign in to comment.