Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update zksync-getting-started.rst #145

Merged
merged 3 commits into from
Nov 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/source/tutorials/zksync-getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Getting started with ZKsync
Installation
============

To get started with ZKsync on moccasin, you'll need the following:
To get started with ZKsync on ``moccasin``, you'll need the following:

- `era_test_node <https://github.com/matter-labs/era-test-node>`_

Expand All @@ -23,11 +23,11 @@ To test on a local zksync network, run the following:

mox test --network eravm

And you'll spin up a local zksync network, and run your tests on it! You can then deploy, test, and verify contracts as you would any other network.
And you'll spin up a local ZKsync network and run your tests on it! You can then deploy, test, and verify contracts as you would any other network.

.. note::

As of today, ``moccasin`` does not support "system contracts" or "simulations", therefore, testing things like native account abstraction are not yet supported. You can "do" them, but they will require custom scaffolding.
As of today, ``moccasin`` does not support "system contracts" or "simulations"; therefore, testing things like native account abstraction is not yet supported. You can "do" them, but they will require custom scaffolding.

Deployment
==========
Expand All @@ -49,4 +49,4 @@ To deploy to a zksync network, you have to do a lot of work.

mox run deploy.py --network sepolia-zksync

That's it! ``moccasin`` can handle ZKsync networks just like any other network.
That's it! ``moccasin`` can handle ZKsync networks like any other.