Skip to content

Commit 4947e32

Browse files
committed
fix: 404
1 parent bb0f8d6 commit 4947e32

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

book/docs/examples.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can add the `--prove` argument to generate a proof.
2121

2222
:::warning
2323

24-
Running with `--prove` will generate a plonk proof. This requires significant computational resources, so we recommend using the [SP1 Prover network](https://docs.succinct.xyz/docs/network/developers/intro).
24+
Running with `--prove` will generate a plonk proof. This requires significant computational resources, so we recommend using the [SP1 Prover network].
2525

2626
:::
2727

@@ -40,20 +40,20 @@ RUST_LOG=info cargo run --bin uniswap-onchain-verify --release
4040
By default, the `blockhash()` opcode is used, allowing to verify up to 256 blocks old, but the following arguments can be added to demonstrate the various features abaliable:
4141

4242
* If you provides a Beacon RPC endpoint with the `--beacon-sepolia-rpc-url` argument, the proof will be verified on chain with the beacon root using [EIP-4788](https://eips.ethereum.org/EIPS/eip-4788), up to 8191 blocks old (~27h).
43-
* The window can even be extended up to the Cancun hardfork by chaining beacon roots using the `--reference-block` argument.
43+
* The window can even be extended up to the Cancun hardfork by chaining beacon roots using the `--reference-block` argument.
4444

4545
:::
4646

4747
:::warning
4848

49-
This example will generate a plonk proof. This requires significant computational resources, so we recommend using the [SP1 Prover network](https://docs.succinct.xyz/docs/network/developers/intro).
49+
This example will generate a plonk proof. This requires significant computational resources, so we recommend using the [SP1 Prover network].
5050

5151
:::
5252

5353

5454
## Multiplexer
5555

56-
The Multiplexer Oracle example demonstrates fetching exchange rates for multiple collateral tokens from an on-chain oracle contract and generating zero-knowledge proofs of the retrieved data.
56+
The Multiplexer Oracle example demonstrates fetching exchange rates for multiple collateral tokens from an on-chain oracle contract and generating zero-knowledge proofs of the retrieved data.
5757

5858
:::tip
5959

@@ -105,4 +105,6 @@ This example can be ran with the following command:
105105
RUST_LOG=info cargo run --bin events --release
106106
```
107107

108-
:::
108+
:::
109+
110+
[SP1 Prover network]: https://docs.succinct.xyz/docs/protocol/spn/architecture

0 commit comments

Comments
 (0)