@@ -32,21 +32,15 @@ ZKM is a general verifiable computing infrastructure based on [Plonky2](https:/
32
32
There are two ways to prove the program:
33
33
- Use your local machine
34
34
- Use ZKM Proving network
35
- ## 2.1 Local Proving
36
- ### Requirements:
37
- - [ Go : 1.22.1] ( https://go.dev/dl )
38
- - [ Rust: 1.81.0-nightly] ( https://www.rust-lang.org/tools/install )
39
- - Hardware: X86 CPU, 32 cores, 32G memory
40
- - OS: Ubuntu22
41
35
42
- ### 2.1 .1 Local Proving Guide
36
+ ## 2 .1 Local Proving Guide
43
37
An end-to-end example has been presented in [ examples] ( https://github.com/zkMIPS/zkm/tree/main/prover/examples#examples ) .
44
38
## 2.2 Network Proving
45
39
> [ !NOTE]
46
40
> The proving network is a demo at present. The production version is coming soon.
47
41
### Requirements
48
42
* CA certificate: ca.pem, ca.key
49
- * Register at the https://www.zkm.io/apply (Let your public key be in the whitelist)
43
+ * Register at https://www.zkm.io/apply (Let your public key be in the whitelist)
50
44
* Set up a local node for some blockchain(eg, sepolia)
51
45
### 2.2.1 Network Proving Guide
52
46
An end-to-end example has been presented in [ examples] ( https://github.com/zkMIPS/zkm/blob/main/prover/examples ) .
@@ -83,6 +77,6 @@ To help filter out false positives, the PR description for a performance improve
83
77
2 . how performance is measured
84
78
3 . characteristics of the machine used (CPU, OS, #threads if appropriate) performance before and after the PR
85
79
# 6. Licenses
86
- The ZKM is distributed under the terms of MIT license.
80
+ ZKM is distributed under the terms of MIT license.
87
81
# 7. Security
88
82
This code has not yet been audited, and should not be used in any production systems.
0 commit comments