Get Started with Tezos X
Tezos X exposes two interfaces — the EVM Interface and the Michelson Interface — each targeting a different developer ecosystem. Choose the interface that matches your background and tooling:
EVM Interface
For developers familiar with Ethereum, Solidity, and EVM tooling (MetaMask, ethers.js, Hardhat, Foundry).
👉 Getting Started with the EVM Interface
Michelson Interface
For developers familiar with Tezos, Michelson, and Tezos tooling (Temple wallet, Taquito, LIGO, SmartPy).
👉 Getting Started with the Michelson Interface
Both interfaces share the same underlying blockchain, so contracts deployed on one interface can interact with contracts on the other via native atomic composability.