Skip to content

Commit

Permalink
docs(docs-site): add disclaimer and reminder to set addresses (#17712)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd authored Jul 1, 2024
1 parent c28c984 commit 677a0b6
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ but this is not recommended as it can cause nonce issues.

This guide outlines how to achieve this with separate EOAs running prover and proposer through the ProverSet smart contract.

<Aside>
ProverSet showcases how you can use a smart contract as a proposer and prover, but you may want to add custom functionalities in your contracts to settle proposer-prover payments; especially if you are working with a third party prover or proposer.
</Aside>

## Prerequisites

- You have set up a prover and proposer with the guides in our documentation
Expand Down Expand Up @@ -99,6 +103,10 @@ This guide outlines how to achieve this with separate EOAs running prover and pr
If you've followed the instructions, send your TAIKO/TTKOh to the ProverSet proxy and begin running your prover and proposer as usual.
<Aside>
Make sure to set your `$PROVER_SET` in your `simple-taiko-node` .env file as the proxy address.
</Aside>
Ensure that you have set up the EOAs correctly to avoid problems.
<Aside>
Expand Down

0 comments on commit 677a0b6

Please sign in to comment.