You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build/zkEVM/quickstart.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,12 @@ Developers can deploy existing contracts from other EVM chains to the zkEVM, and
24
24
25
25
## Connecting to zkEVM
26
26
27
+
:::info Reminder
28
+
**Astar zKatana testnet and its related documentation are under active development.**
29
+
30
+
All feedback is welcome and highly appreciated, so please report errors or inconsistencies to a team member or as an issue on the [Astar Docs Github repo](https://github.com/AstarNetwork/astar-docs/issues), thank you.
31
+
:::
32
+
27
33
To add the **Astar zkEVM** network to your wallet manually, enter the following details :
@@ -42,6 +48,10 @@ To add the **Astar zkEVM** network to your wallet manually, enter the following
42
48
</TabItem>
43
49
</Tabs>
44
50
51
+
To add the network to MetaMask, use the data above or the link at the bottom of the respective block explorer page.
52
+
53
+
## Bridging Assets
54
+
45
55
The next step is to [bridge assets](/docs/build/zkEVM/bridge-to-zkevm.md) from Ethereum → Astar zkEVM.
46
56
47
57
:::important
@@ -52,13 +62,6 @@ Astar's canonical [zkEVM Bridge](https://portal.astar.network) does not inherit
52
62
53
63
The development experience on zkEVM is seamless and identical to the Ethereum Virtual Machine. Developers building on zkEVM can use their existing code and tools to deploy on zkEVM, and dApp users will benefit from higher transaction throughput and lower fees. Read more about deploying smart contracts on the zkEVM [here.](/docs/build/zkEVM/smart-contracts/)
54
64
55
-
## Metamask setup for zKatana Testnet
56
-
To add zKatana testnet to MetaMask, use the link at the bottom of the [block explorer](https://zkatana.explorer.startale.com/), or fill in the following details manually:
57
-
58
-
<divstyle={{textAlign:'center'}}>
59
-
<img src={metamask} style={{width: 400}} />
60
-
</div>
61
-
62
65
## Astar zkEVM Support for Developers
63
66
64
67
Developers requiring support can open an issue on [Ethereum StackExchange](https://ethereum.stackexchange.com/) and tag it with `Astar` (preferred) or join the [Astar Discord server](https://discord.gg/astarnetwork).
0 commit comments