DEV Community

Cover image for Challenge #4: ⚖️ Build a DEX Challenge
Kevin
Kevin

Posted on

Challenge #4: ⚖️ Build a DEX Challenge

Tasks to be done

This challenge will help you build/understand a simple decentralized exchange, with one token-pair (ERC20 BALLOONS ($BAL) and ETH).

My Review

This was a very interesting challenge, although most of the code was pre provided this challenge helped me understand how DEXs work. Such a simple mathematical formula that makes sure that the liquidity pool never empties and also balances the cost of the tokens based on the liquidity available ⚖️ Also my first time using the SafeMath by openzeppelin 📈

Important links

Top comments (0)