Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
Signed-off-by: Danil <[email protected]>
  • Loading branch information
Deniallugo committed Oct 12, 2023
1 parent 9e39f3f commit 43447c6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/advanced/01_initialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

The goal of this doc, is to show you some more details on how zkSync works internally.

Please do the dev_setup.md and development.md (these commands do all the heavy lifting on starting the components of
the system).
Please do the dev_setup.md and development.md (these commands do all the heavy lifting on starting the components of the
system).

Now let's take a look what's inside:

Expand All @@ -23,7 +23,8 @@ As first step, it gets the docker images for postgres and geth.
Geth (one of the ethereum clients) will be used to setup our own copy of L1 chain (that our local zkSync would use).

Postgres is one of the two databases, that is used by zkSync (the other one is RocksDB). Currently most of the data is
stored in postgres (blocks, transactions etc) - while RocksDB is only storing the state (Tree & Map) - and it used by VM.
stored in postgres (blocks, transactions etc) - while RocksDB is only storing the state (Tree & Map) - and it used by
VM.

Then we compile JS packages (these include our web3 sdk, tools and testing infrastructure).

Expand Down

0 comments on commit 43447c6

Please sign in to comment.