Overview

Etherlink is a Layer 2 EVM-compatible blockchain offering low transaction fees and native MEV protection. It is powered by Tezos Smart Rollup technology, uses decentralized sequencers, and is secured by the Tezos layer 1 blockchain. As Etherlink is EVM compatible, you can follow the Ethereum documentation to send your first transaction and utilize all other wallet features. Ensure you have installed the Magic SDK and have access to your API key, follow the quickstart to get started.
// Setting network to point to Etherlink testnet
const magic = new Magic('YOUR_PUBLISHABLE_API_KEY', {
  network: {
    rpcUrl: 'https://node.ghostnet.etherlink.com',
    chainId: 128123,
  }
});

Compatibility

  • All Auth, User and Wallet module methods
  • All EVM Provider functionality to respond to supported RPC methods
Need a feature or see a problem? File an issue on our github repo.

Resources & Tools