/amm-dex

Automated Market Maker based Decentralized Exchange

Primary LanguageJavaScript

AMM Exchange

This project demonstrates a basic automated market maker based decentralized exchange.

AMM utilizes a pricing formula of X * Y = K. For more information, refer to the Uniswap Documentation.

Stack

Technologies Used:

  • JavaScript
  • React
  • Redux
  • Solidity

Libraries Used:

Testing Libraries:

Dev Tools:

Local Testing

To test the DEX locally, run the following:

npx hardhat node

npx hardhat --network localhost scripts/1_deploy.js

npx hardhat --network localhost scripts/2_seed_exchange.js

npm run start

AMM DEX