Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwen01 committed Oct 29, 2024
1 parent fbdc180 commit a67c727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions book/getting-started/hardware-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
We recommend that for any production benchmarking, you use the prover network to estimate latency and costs of proof generation.

</div>

## Local Proving

If you want to generate SP1 proofs locally, this section has an overview of the hardware requirements required. These requires depend on which [types of proofs](../generating-proofs/proof-types.md) you want to generate and can also change over time as the design of the zKVM evolves.
Expand Down
4 changes: 2 additions & 2 deletions book/writing-programs/compiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Once you have written an SP1 program, you must compile it to an ELF file that ca

> WARNING: This may not generate a reproducible ELF which is necessary for verifying that your binary corresponds to given source code.
>
> Use the [reproducible build system](#advanced-build-options-sp1-build) for production builds.
> Use the [reproducible build system](#production-builds) for production builds.
To build a program while developing, simply run the following command in the crate that contains your SP1 program:

Expand Down Expand Up @@ -61,7 +61,7 @@ The path passed in to `build_program` should point to the directory containing t

```toml
[build-dependencies]
sp1-build = "2.0.0"
sp1-build = "3.0.0"
```

You will see output like the following from the build script if the program has changed, indicating that the program was rebuilt:
Expand Down

0 comments on commit a67c727

Please sign in to comment.