Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 575 Bytes

File metadata and controls

23 lines (15 loc) · 575 Bytes

Exchange

🔖 About

Exchange is an AMM based on constant product curve. Inspired from Balancer and Solana Token Swap Program.

🚀 Features

  • Initialize Swap Pool with tokens
  • Deposit tokens to get pool tokens representing the share in the pool
  • Withdraw tokens in exchange for pool tokens
  • Swap token A with token B and vice versa after some fee

** CODE IS NOT AUDITED AND STILL WIP **