-
Setup zkopru repo
stress-test# yarn
preinstall
script will clone zkopru repo by submodule then setup -
Build
stress-test
sourcestress-test# yarn build
-
Run with docker-compose
stress-test# docker-compose -p zkopru -f compose/docker-compose.localtest-geth.yml up
A
-p
flag argument is optional. It is used to the prefix of docker conatiner name.
In this case, all container name starts with 'zkopru'