-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add SubQuery docs; Astar zkEVM bridge * misc zkEVM updates * zkEVM updates; kaizen
- Loading branch information
Showing
12 changed files
with
136 additions
and
56 deletions.
There are no files selected for viewing
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
63 changes: 63 additions & 0 deletions
63
docs/build/zkEVM/integrations/bridges-relays/astar-bridge.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
--- | ||
title: Astar Bridge | ||
--- | ||
|
||
import bridge1 from '/docs/build/zkEVM/img/astar-bridge-zKatana-Shibuya1.jpg' | ||
import bridge2 from '/docs/build/zkEVM/img/astar-bridge-zKatana-Shibuya2.jpg' | ||
import bridge3 from '/docs/build/zkEVM/img/astar-bridge-zKatana-Shibuya3.jpg' | ||
import bridge4 from '/docs/build/zkEVM/img/astar-bridge-zKatana-Shibuya4.jpg' | ||
import network from '/docs/build/zkEVM/img/zKatana-network1.jpg' | ||
import network1 from '/docs/build/zkEVM/img/add_zkEVM_network1.jpg' | ||
import network2 from '/docs/build/zkEVM/img/add_zkEVM_network2.jpg' | ||
import walletselect from '/docs/build/zkEVM/img/wallet-select.jpg' | ||
|
||
## Overview | ||
|
||
Astar bridge is a canonical Layer 1 → Layer 2 bridge connecting Sepolia and Astar zKatana testnets that is trustless at the protocol level. This means that if the infrastructure on Layer 2 powering Astar zkEVM is somehow compromised or goes offline, the assets and data integrity on Layer 1 are still provided by Ethereum, and anyone can spin up a (zkNode) Prover to recompute the transaction data. This is currently the safest option for bridging assets to the zkEVM as it does not inherit any additional counterparty risk compared to using 3rd party asset bridges. | ||
|
||
## How to bridge ETH to the zkEVM using Astar Portal | ||
|
||
1. Visit the [Astar Portal](https://portal.astar.network) and connect MetaMask. | ||
|
||
|
||
<div style={{textAlign: 'center'}}> | ||
<img src={walletselect} style={{width: 400}} /> | ||
</div> | ||
|
||
|
||
2. Use the network selector and switch to zKatana network, or allow MetaMask to switch to zKatana network for you. | ||
|
||
|
||
<div style={{textAlign: 'center'}}> | ||
<img src={network} style={{width: 400}} /> | ||
</div> | ||
|
||
|
||
3. Click on the Bridge tab on the left-hand side. Ensure Sepolia is selected as Bridge source, and zKatana is selected as destination. After you have entered the amount of ETH to transfer, press the Confirm button. | ||
|
||
|
||
<div style={{textAlign: 'center'}}> | ||
<img src={bridge2} style={{width: 1000}} /> | ||
</div> | ||
|
||
|
||
4. Sign the MetaMask transaction. | ||
|
||
|
||
<div style={{textAlign: 'center'}}> | ||
<img src={bridge3} caption="Confirming" style={{width: 1000}} /> | ||
</div> | ||
|
||
:::note | ||
Once the transaction shows as confirmed on the MetaMask Activity tab, it will take approximately 5-10 minutes for the Astar Portal and MetaMask to update your balance on the zKatana network side. | ||
::: | ||
|
||
<div style={{textAlign: 'center'}}> | ||
<img src={bridge4} caption="Confirmed" style={{width: 1000}} /> | ||
</div> | ||
|
||
|
||
You should now see the bridged ETH within MetaMask for use on Astar zkEVM. Visit the [smart contracts section](/docs/build/zkEVM/smart-contracts/) to start building! | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
# Indexers | ||
:::info | ||
Coming soon... | ||
::: | ||
|
||
## Overview | ||
|
||
Here you will find all the information required to use indexers on Astar zkEVM. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# SubQuery | ||
|
||
## What is SubQuery? | ||
|
||
SubQuery is an open-source and universal blockchain data indexer for developers that provides fast, flexible, reliable, and decentralised APIs to power leading multi-chain apps. Our goal is to save developers time and money by eliminating the need of building their own indexing solution and instead, fully focus on developing their applications. | ||
|
||
SubQuery's superior indexing capabilities support Astar smart contracts all out of the box. (In reality a Docker container!) Starter projects are provided allowing developers to get up and running and index blockchain data in minutes. | ||
|
||
Another one of SubQuery's competitive advantages is the ability to aggregate data not only within a chain but across blockchains all within a single project. This allows the creation of feature-rich dashboard analytics or multi-chain block scanners. | ||
|
||
Other advantages include superior performance with multiple RPC endpoint configurations, multi-worker capabilities and a configurable caching architecture. To find out more, visit our documentation. | ||
|
||
## SubQuery for Astar zkEVM | ||
|
||
Please visit the quickstart guide [here](https://academy.subquery.network/quickstart/quickstart_chains/astar-zkatana.html) or reference their existing documentation made for Astar [here.](/docs/build/integrations/indexers/subquery.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"label": "EVM Guides", | ||
"position": 3 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters