Skip to main content

Examples

Complete, runnable dApps that show Tezos X features working together in a realistic context.

Unlike the step-by-step Tutorials, examples are reference implementations you can read, fork, and run. Each example page explains which documentation concepts the code exercises and points out patterns that go beyond what the conceptual docs cover.

Available examples

  • Potluck game — A last-depositor-wins game where players deposit a token on the EVM side and the game state lives on the Michelson side. Demonstrates end-to-end Native Atomic Composability, address interoperability, EVM and Michelson contract co-deployment, a React + Vite frontend, and an off-chain relayer service.