Skip to content

skellet0r/curve-zksync

Repository files navigation

curve-zksync

Host machine requirements:

  1. GNU/Linux Operating System
  2. Python 3.8+
  3. Docker + docker-compose

Development

  1. Clone the repository (including the submodules)

    $ git clone --recurse-submodules https://github.com/skellet0r/curve-zksync.git
  2. Install python requirements

    $ pip install -r requirements.txt
  3. Pull docker images for the zkSync v2 devnet

    $ docker pull matterlabs/geth:latest
    $ docker pull postgres:12
    $ docker pull matterlabs/local-node:latest2.0

Testing

  1. Start the local zkSync v2 devnet in a separate process

    $ cd lib/zksync-node && ./start.sh

    Note: The devnet takes approximately 2 minutes to initialize on its first run.

  2. Run the test suite

    $ ape test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published