Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
docs: updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Jul 30, 2024
1 parent 2f30b30 commit 50f49bd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,22 @@ This project contains the following programs
- [Bun](https://bun.sh/)
- [Just](https://just.systems/man/en/)

Foundry typically uses git submodules to manage contract dependencies, but this template uses Node.js packages (via Bun) because submodules don't scale. You can install the contracts dependencies by running the following command:
Foundry typically uses git submodules to manage contract dependencies, but this repository uses Node.js packages (via Bun) because submodules don't scale. You can install the contracts dependencies by running the following command:

```sh
bun install
```

## Build the programs

You can build the programs for zkVM by running the following command:
You should build the programs for zkVM by running the following command:

```sh
just build-programs
```

The programs will be built in the `elf/` directory which is ignored by `.gitignore` but are needed for the operator to build.

## Run ICS-07 Tendermint Light Client End to End

1. Set the environment variables by filling in the `.env` file with the following:
Expand Down Expand Up @@ -129,7 +131,7 @@ just build-programs
## EVM-Compatible Proof Generation & Verification

> [!WARNING]
> You will need at least 128GB RAM to generate the PLONK proof.
> You will need at least 128GB RAM to generate the PLONK proofs locally.

Here, I will show you how to generate a proof to be used in the fixtures for the foundry tests. You can do this locally or by using the SP1 prover network. To do this on your local machine, run the following command:

Expand Down

0 comments on commit 50f49bd

Please sign in to comment.