Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eigmax committed Dec 2, 2023
1 parent c0d518c commit f00924f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@

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.

- [x] zkit: universal commandline for starky and plonky
- [x] zkit: universal commandline for stark, plonk and groth16.

- [x] Circom 2.x on PlonK prove system;

- [x] Aggregation Proof over both Stark and Snark proof;
- [x] Proof composition: proof aggregation and recursion on Stark;

- [x] Generate solidity verifier;
- [X] Proof Recursion with Snark on Stark;

- [x] GPU acceleration for proving, not opensourced;
- [x] Solidity verifier generation;

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

- [x] Layered Proof system on Plonk and FRI.
- [x] WASM friendly for single proving and verifying, NodeJS/Javascript prover and verifier, [plonkjs](https://github.com/0xEigenLabs/plonkjs);

- [] State Machine based VM
- [] Eigen zkVM: Risc V, Continuation.

## How layered proof system works

Expand Down

0 comments on commit f00924f

Please sign in to comment.