Back to Video Series
Intermediate20h estimated+160 pts

Uniswap Clone

Build a simplified decentralized exchange (DEX) with automated market maker (AMM), liquidity pools, and token swaps.

Video Coming Soon

We're recording this tutorial. In the meantime, follow the written guide and build in the browser IDE.

What You'll Build

Build a simplified decentralized exchange (DEX) with automated market maker (AMM), liquidity pools, and token swaps.

SolidityHardhatOpenZeppelinNext.jswagmi

Learning Objectives

  • Understand AMM and constant product formula (x*y=k)
  • Implement liquidity pool management
  • Build token swap functionality
  • Create LP token mechanics