Astar zkEVM

Astar zkEVM

#Overview

Astar zkEVM is an Ethereum layer-2 blockchain that leverages zero-knowledge proofs to increase scalability and lower transaction costs, powered by Polygon.

As Astar zkEVM is EVM compatible, you can follow the Ethereum documentation to send your first transaction and utilize all other wallet features.

#Configure Astar

Ensure you have installed the Magic SDK and have access to your API key, follow the quickstart to get started.

Testnet
Mainnet
01// Setting network to point to Astar zKyoto testnet
02const magic = new Magic('YOUR_PUBLISHABLE_API_KEY', {
03  network: {
04    rpcUrl: 'https://rpc.startale.com/zkyoto',
05    chainId: 6038361,
06  },
07});

#Compatibility

Need a feature or see a problem? File an issue on our github repo.

#Resources & Tools