You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
significant computational resources, so we recommend using the [SP1 Prover network](https://docs.succinct.xyz/docs/generating-proofs/prover-network).
148
147
* Outputs a file called [plonk-fixture.json](examples/uniswap/contracts/src/fixtures/plonk-fixture.json), which contains everything you need to verify the proof on chain.
149
148
* To see an example of on-chain verification, take a look at the [contracts](./examples/uniswap/contracts/) directory.
150
149
*`multiplexer`
151
150
* Calls a contract that fetches the prices of many different collateral assets.
152
151
* The source code of this contract is found [here](./examples/multiplexer/ZkOracleHelper.sol).
153
-
* Due to the size of this program, it's recommended to use the [SP1 Prover network](https://docs.succinct.xyz/generating-proofs/prover-network.html) to generate proofs for this example.
152
+
* Due to the size of this program, it's recommended to use the [SP1 Prover network](https://docs.succinct.xyz/docs/generating-proofs/prover-network) to generate proofs for this example.
154
153
*`verify-quorum`
155
154
* Calls a contract that verifies several ECDSA signatures on chain, and sums the stake for the addresses corresponding to valid signatures.
156
155
*`example-deploy`
@@ -159,4 +158,4 @@ where `[example]` is one of the following
159
158
## Acknowledgments
160
159
161
160
*[Unstable.Money](https://www.unstable.money/): Developed the smart contract featured in the `multiplexer` example.
162
-
*[SP1](https://github.com/succinctlabs/sp1): A fast, feature-complete zkVM for developers that can prove the execution of arbitrary Rust (or any LLVM-compiled) program.
161
+
*[SP1](https://github.com/succinctlabs/sp1): A fast, feature-complete zkVM for developers that can prove the execution of arbitrary Rust (or any LLVM-compiled) program.
0 commit comments