Skip to main content
Version: 0.2.2

Tezos X Relayer

The Tezos X Relayer is an injectable TypeScript script that implements EIP-1193 and EIP-6963, enabling Tezos users to interact with Etherlink dApps without an EVM account.

Connect to Hanji, Superlend, or any Etherlink dApp using only your Temple wallet and a tz1 address.

How it works

  1. The relayer injects window.ethereum into any web page
  2. When a dApp calls eth_requestAccounts, it opens Temple via the Beacon protocol
  3. Your tz1 address is deterministically mapped to an EVM alias (0x...)
  4. Transactions are routed through the NAC gateway on Tezos L1, forwarded atomically to the Etherlink kernel

Status

Version0.2.2
NetworkEtherlink Shadownet (testnet)
WalletTemple (browser extension)
ProtocolEIP-1193 + EIP-6963
DistributionChrome/Brave/Firefox MV3 extension
StageMVP