From cae25249a25b4e38650d037ae2a9e105e07b2c8d Mon Sep 17 00:00:00 2001 From: VegeBun-csj Date: Mon, 24 Apr 2023 16:05:58 +0800 Subject: [PATCH] fix link --- deliveries/Zkverse_Milestone_1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deliveries/Zkverse_Milestone_1.md b/deliveries/Zkverse_Milestone_1.md index e2e32a8fb..ae31c19ad 100644 --- a/deliveries/Zkverse_Milestone_1.md +++ b/deliveries/Zkverse_Milestone_1.md @@ -12,7 +12,7 @@ This deliver focus on how to verify the proof generated by snarkjs on substrate- | ------------- | ------------- | ------------- |------------- | | 0a. | License |https://github.com/Zkvers/substrate-zk/blob/master/LICENSE| Apache License| | 0b. | Documentation |https://github.com/Zkvers/substrate-zk/blob/master/zk-tutorials/proof-system/groth16/theory_to_practice.md| This doc will show how to practise the zk example| -| 0c. | Testing Guide |https://github.com/Zkvers/substrate-zk/blob/master/| Test the pallet function| +| 0c. | Testing Guide |https://github.com/Zkvers/substrate-zk| Test the pallet function| | 0d. | Docker |https://github.com/Zkvers/substrate-zk/blob/master/docker-compose.yml| Docker yaml file| | 1. | make groth16 compatible with substrate |https://github.com/Zkvers/substrate-zk/tree/master/bellman-verifier| make the bellman to adapt the substrate with no_std| | 2. | adapt snarkjs and bellman |https://github.com/Zkvers/snarkjs-bellman-adapter/tree/main| adapt the snarkjs and bellman with some circuit examples|