From 1afb28e5dce7aeb54462f58032c7e472d9e9ee59 Mon Sep 17 00:00:00 2001 From: Megan Skye Phoenix <58894568+meganskye@users.noreply.github.com> Date: Tue, 21 May 2024 05:01:59 -0700 Subject: [PATCH] Update quickstart-evm.md --- .../smart-contracts/EVM/quickstart-evm.md | 25 +++++++++++++------ 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/docs/build/build-on-layer-1/smart-contracts/EVM/quickstart-evm.md b/docs/build/build-on-layer-1/smart-contracts/EVM/quickstart-evm.md index 615f3e0..c13e9d5 100644 --- a/docs/build/build-on-layer-1/smart-contracts/EVM/quickstart-evm.md +++ b/docs/build/build-on-layer-1/smart-contracts/EVM/quickstart-evm.md @@ -3,6 +3,10 @@ title: Quickstart Guide --- import Figure from '/src/components/figure' +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + +
# Quickstart Guide for Astar Substrate EVM @@ -11,8 +15,7 @@ Everything required to start deploying dApps on Astar Substrate EVM (hereafter r ## Connecting to Astar EVM Networks :::info -Although the free endpoints below are intended for end users, they can still be used to interact with dApps or deploy/call smart contracts. It should be noted however that -they rate-limit API calls, so are not suitable for high demand applications, such as dApp UIs that scrape users' blockchain history. +Although the free endpoints below are intended for end users, they can still be used to interact with dApps or deploy/call smart contracts. It should be noted however that they rate-limit API calls, so are not suitable for high demand applications, for example: dApp UIs that scrape account histories. ::: :::tip @@ -92,20 +95,26 @@ To meet the demands of production dApps developers should run their own [archive [INSERT FAUCET INSTRUCTIONS] -## Block Explorer +## Bridging Assets + +To move assets from Astar Native to Astar L1 EVM use [Astar Network portal](https://portal.astar.network/). + +To move assets from Ethereum to Astar L1 EVM use [cBridge](https://cbridge.celer.network/). -[INSERT BLOCK EXPLORER] +To get testnet tokens (SBY) use faucet on [Astar Network portal](https://portal.astar.network/). ## Deploying Smart Contracts The development experience on Astar EVM is seamless and nearly identical to the Ethereum Virtual Machine. Developers can use existing code and tools on Astar EVM and users benefit from high transaction throughput and low fees. Read more about deploying smart contracts on Astar EVM [here.](/docs/build/build-on-layer-1/smart-contracts/EVM/index.md) -## Metamask setup for Shibuya testnet -To add Shibuya testnet to MetaMask, use the link at the bottom of the [block explorer](https://zkatana.blockscout.com/), or fill in the following details manually: +## Metamask quick setup for Shibuya testnet +To add Astar and other networks to MetaMask, use the button at the bottom of the respective block explorer: -
+ - [Astar](https://astar.blockscout.com/) + - [Shiden](https://shiden.blockscout.com/) + - [Shibuya](https://shibuya.blockscout.com/) -## Astar EVM Support for Developers +## Astar EVM support for developers Developers requiring support can join the [Astar Discord server](https://discord.gg/astarnetwork).