A Decentralized Exchange made with ExpressJS and NodeJS
concepts covered:
1. AMM (Automated Market Makers)
2. Liquidity pool
3. constant product formula is as follows x * y = k where the a varaible X represents the quantity of the assest in liquidity pools where as y represe
nts the quantity of the other assest.