Skip to content

Commit

Permalink
feat(website): update prereqs proposing and proving (#14752)
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx authored Sep 20, 2023
1 parent 854df7c commit cb73d98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages/website/pages/docs/guides/enable-a-proposer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ This guide will help you enable your Taiko node as a proposer.

## Prerequisites

- You have already setup a node (see: [Run a node](/docs/guides/run-a-taiko-node))
- You have already setup a node (see: [Run a node](/docs/guides/run-a-taiko-node)).
- Must have a balance of ETH on Sepolia L1 (see: [Receive tokens](/docs/guides/receive-tokens)).
- Access to either a local prover (see: [Enable a prover](/docs/guides/enable-a-prover)) or an outsourced prover from the [prover market](/docs/reference/prover-market-page). Read more about the proof design [here](/docs/concepts/proving).

## Steps

Expand Down
6 changes: 3 additions & 3 deletions packages/website/pages/docs/guides/enable-a-prover.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ import { Callout, Steps } from "nextra-theme-docs";

# Enable a prover

This guide will help you enable your Taiko node as a prover. Read more about prover dynamics [here](/docs/concepts/proving#prover-dynamics).
This guide will help you enable your Taiko node as a prover. Read more about the proof design [here](/docs/concepts/proving).

## Prerequisites

- You have already setup a node (see: [Run a node](/docs/guides/run-a-node)).
- Must have a balance of ETH on Sepolia L1 (see: [Receive tokens](/docs/guides/receive-tokens)).
- Should have at least 8/16 core CPU and 32GB of RAM.
- A balance of ETH and TTKOj on Sepolia L1 (see: [Receive tokens](/docs/guides/receive-tokens)).
- At least 8/16 core CPU and 32GB of RAM.

## Steps

Expand Down

0 comments on commit cb73d98

Please sign in to comment.