Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eigmax authored Dec 22, 2024
1 parent 9a93536 commit e28117a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# ZKM Project Template

This is a template for creating an end-to-end ZKM project which can generate the EVM-Compatible proof and the on chain verification contract.
The Project Template allows the developer to create an end-to-end zkMIPS project and the on-chain Solidity verifier.

There are two ways to prove the guest program:
Two provers have been provided:

- Use your local machine
- Use ZKM proof network
- Local Prover: Use your machine to run the prover and generate the proof by your end.
- Network Prover: Use ZKM proof network to generate the proof via our Restful API.

## Running diagram

Expand Down Expand Up @@ -170,4 +170,4 @@ cp test-vectors/244.json zkm-project-template/host-program/test-vectors/

Next, you need to edit the `JSON_PATH` variable in the [`run-proving.sh`](host-program/revme/run-proving.sh) to match the name of the JSON file mentioned above.

Then, you can execute the run-proving.sh by following the steps outlined in `Example 1: sha2-rust`.
Then, you can execute the run-proving.sh by following the steps outlined in `Example 1: sha2-rust`.

0 comments on commit e28117a

Please sign in to comment.