We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1645a22 commit 824ab1aCopy full SHA for 824ab1a
Makefile
@@ -32,7 +32,7 @@ dev_docker: ## build docker images for development/testing usages
32
docker build -t scroll_l2geth ./common/docker/l2geth/
33
34
test_zkp: ## Test zkp prove and verify, roller/prover generates the proof and coordinator/verifier verifies it
35
- mkdir test_params
+ mkdir -p test_params
36
wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/${ZKP_VERSION}/test_params/params18 -O ./test_params/params18
37
wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/${ZKP_VERSION}/test_params/params25 -O ./test_params/params25
38
wget https://circuit-release.s3.us-west-2.amazonaws.com/circuit-release/${ZKP_VERSION}/test_seed -O test_seed
0 commit comments