Skip to content

Commit 5f02d52

Browse files
committed
updating Get started and How to
1 parent d3122b1 commit 5f02d52

File tree

9 files changed

+22
-105
lines changed

9 files changed

+22
-105
lines changed

docs/zkEVM/develop.md

Lines changed: 0 additions & 75 deletions
This file was deleted.
-156 KB
Binary file not shown.
-81.3 KB
Binary file not shown.
-145 KB
Binary file not shown.
-100 KB
Binary file not shown.
-210 KB
Binary file not shown.

docs/zkEVM/qswelcome.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/zkEVM/risk-disclosures.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
---
2-
id: risk-disclosure
3-
title: Polygon zkEVM Risk Disclosures
4-
sidebar_label: Risk Disclosures
5-
description: This article explains the potential risks associated with using Polygon zkEVM Mainnet Beta.
6-
keywords:
7-
- zkEVM
8-
- polygon
9-
- Risk Disclosures
10-
- Network Availability
11-
- Decentralization
12-
---
131

142
Polygon zkEVM Mainnet Beta is provided on an **AS-IS** and **AS-AVAILABLE** basis. The documentation contains statements about technical specifications, some of which may relate to future versions of Polygon zkEVM rather than its current implementation.
153

mkdocs.yml

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,30 @@ nav:
6767
- zkEVM:
6868
- Overview: zkEVM/index.md
6969
- Get started:
70-
- Welcome: zkEVM/qswelcome.md
71-
- Quickstart: zkEVM/develop.md
72-
- How to: zkEVM/building.md
70+
- Welcome: zkEVM/welcome.md
71+
- Quickstart:
72+
- Connecting to zkEVM: zkEVM/connect-wallet.md
73+
- Using Polygon faucet: zkEVM/zkevm-faucet.md
74+
- Bridging assets to zkEVM: zkEVM/bridge-to-zkevm.md
75+
- Setup nodes:
76+
- Setup local zkNode: zkEVM/setup-local-node.md
77+
- Setup production zkNode: zkEVM/setup-production-node.md
78+
- Deploy full zkEVM:
79+
- Start here: zkEVM/step1-fullzkevm.md
80+
- Install dependencies: zkEVM/step2-fullzkevm.md
81+
- Create wallets: zkEVM/step3-fullzkevm.md
82+
- Deploy zkNode: zkEVM/step4-fullzkevm.md
83+
- Configure prover: zkEVM/step5-fullzkevm.md
84+
- Activate forced transactions: zkEVM/step6-fullzkevm.md
85+
- How to:
86+
- Write a contract: zkEVM/autocode-smart-contract.md
87+
- Deploy a contract with Foundry: zkEVM/using-foundry.md
88+
- Deploy a contract with Hardhat: zkEVM/using-hardhat.md
89+
- Verify a contract: zkEVM/verify-smart-contract.md
7390
- Learning zkEVM: zkEVM/learning.md
7491
- Disclosures: zkEVM/risk-disclosures.md
92+
- Third-party tools:
93+
- Using web3modal SDK: zkEVM/using-web3modal.md
7594
- PoS:
7695
- Overview: pos/index.md
7796
- Miden:

0 commit comments

Comments
 (0)