Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 666 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 666 Bytes

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.