Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Update deploy-fullzkevm.md #62

Merged
merged 1 commit into from
Jul 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/deploy-fullzkevm.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ keywords:

Welcome to your step-by-step guide to implementing a full Polygon zkEVM network on the Goerli testnet as the L1 network.

Users with good internet connection can schedule a $\pm$2-hour window for completing the entire process in one go.
Users with good internet connection can schedule a 2-hour window for completing the entire process in one go.

However, in order to allow for in-between breaks, the process is aesthetically split into 6 steps.

- [**First Step**](deploy-zkevm#overview-and-setting-up): Preliminary Setup, checking system requirements and prerequisites variables.
- [**First Step**](/docs/deploy-fullzkevm.md#overview-and-setting-up): Preliminary Setup, checking system requirements and prerequisites variables.

- [**Second Step**](deploy-zkevm#step2-fullzkevm): Installing Dependencies and downloading Mainnet Files.
- [**Second Step**](/docs/step2-fullzkevm.md#step2-fullzkevm): Installing Dependencies and downloading Mainnet Files.

- [**Third Step**](deploy-zkevm#step3-fullzkevm): Creating wallets and Deploying Contracts.
- [**Third Step**](/docs/step3-fullzkevm.md#step3-fullzkevm): Creating wallets and Deploying Contracts.

- [**Fourth Step**](deploy-zkevm#step4-fullzkevm): Deployment of the zkNode.
- [**Fourth Step**](/docs/step4-fullzkevm.md#step4-fullzkevm): Deployment of the zkNode.

- [**Fifth Step**](deploy-zkevm#step5-fullzkevm): Configuring the Prover and Services.
- [**Fifth Step**](/docs/step5-fullzkevm.md#step5-fullzkevm): Configuring the Prover and Services.

- [**Sixth Step**](deploy-zkevm#step6-fullzkevm): Activating forced txs and Bridging/Claiming Assets.
- [**Sixth Step**](/docs/step6-fullzkevm.md#step6-fullzkevm): Activating forced txs and Bridging/Claiming Assets.

:::caution

Expand Down Expand Up @@ -139,7 +139,7 @@ You'll need the following variables.
| Variable | Details |
| -------------------------------- | -------------------------------------------------------------------------------------- |
| INFURA_PROJECT_ID | Open an account with [INFURA](https://www.infura.io/) in order to obtain your own ID. |
| ETHERSCAN_API_KEY | Open an account with [INFURA](https://www.infura.io/) in order to obtain your own KEY. |
| ETHERSCAN_API_KEY | Open an account with [ETHERSCAN](https://etherscan.io/) in order to obtain your own KEY. |
| Public IP address | Find this address in your machine. |
| L1 Goërli node RPC | This is the API Key of your designated L1 node. The L1 here is Goërli. |
| Goerli address with **15 GöETH** | This refers to your MetaMask address, or any wallet of your choice. |
Expand Down