Skip to content

zkopru-network/debug-helper

Repository files navigation

Zkopru Debug Helper

Getting Started

  1. Clone Zkopru via git submodule command on root

    $ git submodule update
  2. Build Zkopru in side submodule folder

    $ cd zkopru
    zkopru $ yarn
    zkopru $ yarn build
  3. Back to Debug helper install and build hardhat image for docker container

    zkopru $ cd ..
    $ yarn
    ...
    $ yarn build
    ...
  4. Test hardhat node contoller

    $ yarn test

Create one container and run two hardhat node while testing.

One is source chain and other is forked chain. The test running on host and interact with forked chain.

About

Debugging tool for zkopru with hardhat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published