Skip to main content

Simple DEX Example

This example demonstrates a simple decentralized exchange (DEX) using Solidity, including liquidity pool management and token swapping mechanism.

Overview

The Simple DEX example demonstrates:

  1. Liquidity pool management
  2. Token swapping mechanism
  3. Smart contract interactions with ERC20 tokens