Skip to content

Commit f63ef47

Browse files
Merge pull request 0xPolygon#444 from Souptacular/DOCS-176-hudson
DOCS-176-hudson
2 parents e42bd49 + 02f7452 commit f63ef47

File tree

8 files changed

+49
-113
lines changed

8 files changed

+49
-113
lines changed
55.2 KB
Loading
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
comments: true
3+
---
4+
5+
!!!caution
6+
Check the list of potential risks associated with the use of Polygon zkEVM in the [Disclosures](../troubleshooting/risk-disclosures.md) section.
7+
8+
## Connect to zkEVM mainnet or testnet
9+
10+
Add a full network configuration to your wallet in one click.
11+
12+
<center>
13+
![img](../../img/zkEVM/chainlist-add-network.gif)
14+
</center>
15+
16+
Chainlist is a site that provides a button to connect your wallet to the Polygon zkEVM mainnet and the Polygon Cardona zkEVM testnet.
17+
18+
- Go to the [Polygon zkEVM mainnet](https://chainlist.org/chain/1101) page and click **Connect Wallet** to add the Polygon zkEVM mainnet network to your wallet settings.
19+
20+
- Go to the [Polygon zkEVM Cardona testnet](https://chainlist.org/chain/1101) page and click **Connect Wallet** to add the Polygon zkEVM Cardona testnet configurations to your wallet settings.
21+
22+
### Manually add network to wallet
23+
24+
Connect your wallet to the Polygon zkEVM network of your choice by navigating to the add network settings and entering the network details as shown in the table:
25+
26+
| Network | RPC URL | ChainID | Block explorer URL | Currency |
27+
| ------- | ------------------------------- | ---------------- | ---------------- | ----- |
28+
| Polygon zkEVM | `https://zkevm-rpc.com` | `1101` | `https://zkevm.polygonscan.com/` | **ETH** |
29+
| Cardona zkEVM testnet | `https://rpc.cardona.zkevm-rpc.com` | `2442` | `https://cardona-zkevm.polygonscan.com/` | **ETH** |
30+
31+
## Polygon testnet faucet
32+
33+
If you plan on developing a dApp for zkEVM, you may want to deploy your test dapp on the Cardona zkEVM testnet. These test tokens enable you to work with Polygon zkEVM without having to spend actual MATIC tokens on the mainnet zkEVM chain. Visit the [Polygon MATIC faucet page](../../tools/gas/matic-faucet.md) to learn how to get testnet tokens.
34+
35+
## Bridging assets to zkEVM
36+
37+
Once the wallet is connected, the next step is to bridge crypto assets from Ethereum to zkEVM. Use the Polygon Portal to deposit and swap tokens between the Polygon zkEVM chain (or the Cardona zkEVM testnet) and other chains. Visit [the Polygon Portal documentation page](../../tools/wallets/portal.md) for guides on how to connect to and operate the Polygon Portal website.
38+
39+
## Video demo
40+
41+
Here is a video tutorial on how to add Polygon zkEVM testnet to MetaMask and deploy smart contracts:
42+
43+
<video loop width="100%" height="100%" controls="true" >
44+
<source type="video/mp4" src="../../../img/zkEVM/tutorial.mp4"></source>
45+
<p>Your browser does not support the video element.</p>
46+
</video>

docs/zkEVM/get-started/quick-start/bridge-to-zkevm.md

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

docs/zkEVM/get-started/quick-start/connect-wallet.md

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

docs/zkEVM/get-started/quick-start/zkevm-faucet.md

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

docs/zkEVM/how-to/using-foundry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ In order to deploy on the zkEVM Testnet, populate the `.env` file in the usual w
126126
127127
- Create a `.env.sample` file within the `src` folder
128128
129-
- Populate `.env.sample` file with your `ACCOUNT_PRIVATE_KEY` and the zkEVM Testnet's `RPC URL` found [here](../get-started/quick-start/connect-wallet.md). So the `.env.sample` file will look like this:
129+
- Populate `.env.sample` file with your `ACCOUNT_PRIVATE_KEY` and the zkEVM Testnet's `RPC URL` found [here](../get-started/quick-start.md). So the `.env.sample` file will look like this:
130130
131131
```json
132132
RPC_URL="https://rpc.public.zkevm-test.net"

docs/zkEVM/how-to/using-hardhat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This document is a guide on how to deploy a smart contract on the Polygon zkEVM
77

88
!!!info
99

10-
Before starting with this deployment, please ensure that your wallet is connected to the Polygon zkEVM Testnet. See the demo [here](../get-started/quick-start/connect-wallet.md) for details on how to connect your wallet.
10+
Before starting with this deployment, please ensure that your wallet is connected to the Polygon zkEVM Testnet. See the demo [here](../get-started/quick-start.md) for details on how to connect your wallet.
1111

1212
- Add the Polygon zkEVM Testnet to your Metamask wallet and get some Testnet ETH from the [Polygon Faucet](https://faucet.polygon.technology).
1313

mkdocs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,7 @@ nav:
7171
- Overview: zkEVM/overview.md
7272
- Get started:
7373
- Get started: zkEVM/get-started/index.md
74-
- Quick start:
75-
- zkEVM testnet & mainnet: zkEVM/get-started/quick-start/connect-wallet.md
76-
- Using Polygon faucet: zkEVM/get-started/quick-start/zkevm-faucet.md
77-
- Bridging assets to zkEVM: zkEVM/get-started/quick-start/bridge-to-zkevm.md
74+
- Quick start: zkEVM/get-started/quick-start.md
7875
- Gas station: zkEVM/get-started/zkevm-gas-station.md
7976
- Setup nodes:
8077
- Setup local zkNode: zkEVM/get-started/setup-nodes/local-node.md

0 commit comments

Comments
 (0)