Skip to main content
Version: 0.2.0

TezosX Wallet

TezosX Wallet is a standalone Chrome extension that gives you a self-custodied Tezos account and lets Ethereum-compatible dApps interact with the Tezos X network — without requiring Temple or any other external wallet.

What it is

TezosX Wallet holds your Tezos keypair locally, signs transactions itself, and exposes window.ethereum (EIP-1193) to every web page. From a dApp's perspective it looks like any Ethereum wallet: connect, sign, receive receipts.

Internally, every transaction is routed through the NAC gateway on Tezos L1 and executed by the Etherlink kernel, bridging the two runtimes transparently.

How it differs from the Relayer extension

TezosX WalletTezosX Relayer
SigningBuilt-in — keys stored locallyDelegates to Temple Wallet
DependenciesNone (self-contained)Requires Temple
Target userEnd users who want a standalone walletDevelopers testing with Temple
EIP-1193 providerwindow.ethereum (MAIN world)window.ethereum (MAIN world)
dApp compatibilitySame as RelayerSame as Wallet

Features

  • Create or import a BIP39 seed phrase (12–24 words)
  • AES-256-GCM encrypted vault protected by your password
  • View balances — XTZ and USDC on Tezos X testnet
  • Send XTZ to any tz1/tz2/tz3/KT1 or 0x address
  • dApp approval popups for connection and transaction requests
  • Manage connected sites — view and revoke per-origin sessions
  • EIP-6963 multi-wallet discovery support

Start here