zkopru-network / debug-helper

Debugging tool for zkopru with hardhat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 95.4%Language:JavaScript 2.6%Language:Dockerfile 2.0%