🦑 A minimal backend prototype of a decentralized exchange (DEX) built using TypeScript and Express.
- Buy and Sell ETH with USDC using static pool balances.
- Real-time price quotes based on ETH/USDC ratio.
- Minimal, clean architecture with only one file to demonstrate core concepts.
- Node.js >= 18
- TypeScript
git clone https://github.com/StrTux/liquid-kraken-dex.git
cd liquid-kraken-dex
npm install