Skip to content

Commit 0e816d3

Browse files
authored
docs: fix minor wording and formatting issues (#244)
* docs: fix minor wording and formatting issues * Update README.md * Update README.md
1 parent 301c887 commit 0e816d3

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,15 @@ ZKM is a general verifiable computing infrastructure based on [Plonky2](https:/
3232
There are two ways to prove the program:
3333
- Use your local machine
3434
- 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
4135

42-
### 2.1.1 Local Proving Guide
36+
## 2.1 Local Proving Guide
4337
An end-to-end example has been presented in [examples](https://github.com/zkMIPS/zkm/tree/main/prover/examples#examples).
4438
## 2.2 Network Proving
4539
> [!NOTE]
4640
> The proving network is a demo at present. The production version is coming soon.
4741
### Requirements
4842
* 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)
5044
* Set up a local node for some blockchain(eg, sepolia)
5145
### 2.2.1 Network Proving Guide
5246
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
8377
2. how performance is measured
8478
3. characteristics of the machine used (CPU, OS, #threads if appropriate) performance before and after the PR
8579
# 6. Licenses
86-
The ZKM is distributed under the terms of MIT license.
80+
ZKM is distributed under the terms of MIT license.
8781
# 7. Security
8882
This code has not yet been audited, and should not be used in any production systems.

0 commit comments

Comments
 (0)