Skip to content

Commit bbf17ce

Browse files
authored
docs: update README.md (#237)
1 parent 59d2152 commit bbf17ce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
# eigen-zkvm
22

3-
eigen-zkvm is a zkVM on layered proof system, allowing the developers to write Zero-knowledge applications, proving with the layered proof system to achieve no trusted setup, constant on-chain proof size and low gas cost, and finally generating the solidity verifier.
3+
eigen-zkvm is a zkVM on a layered proof system, allowing the developers to write Zero-knowledge applications, proving with the layered proof system to achieve no trusted setup, constant on-chain proof size and low gas cost, and finally generating the solidity verifier.
44

5-
- [x] zkit: universal commandline for stark, plonk and groth16.
5+
- [x] zkit: universal command line for stark, plonk, and groth16.
66

7-
- [x] Circom 2.x on PlonK prove system;
7+
- [x] Circom 2.x support;
88

99
- [x] Proof composition: proof aggregation and recursion on Stark;
1010

1111
- [X] Proof Recursion with Snark on Stark;
1212

1313
- [x] Solidity verifier generation;
1414

15-
- [x] GPU acceleration for proving, not opensourced;
15+
- [x] GPU acceleration for proving, not open-sourced;
1616

1717
- [x] WASM friendly for single proving and verifying, NodeJS/Javascript prover and verifier, [plonkjs](https://github.com/0xEigenLabs/plonkjs);
1818

1919
- [x] Eigen zkVM: basing on RISCV ISA.
2020

21-
## How layered proof system works
21+
## How the layered proof system works
2222

2323
![mixed-proof-system](./docs/mixed-proof-system.png)
2424

@@ -27,7 +27,7 @@ eigen-zkvm is a zkVM on layered proof system, allowing the developers to write Z
2727
```
2828
zkit setup -p 13 -s setup_2^13.key
2929
```
30-
For power in range 20 to 26, you can download directly from [universal-setup hub](https://universal-setup.ams3.digitaloceanspaces.com).
30+
For the power from 20 to 26, you can download directly from [universal-setup hub](https://universal-setup.ams3.digitaloceanspaces.com).
3131

3232
* Single proof
3333

0 commit comments

Comments
 (0)