Skip to content

Syndika-Corp/hedera-stupid-amm

Repository files navigation

Hedera DEX-AMM

This project represents a simple implementation of Decentralized Exchange (DEX) contracts on Hedera Hashgraph using a classical (constant product) Automated Market Maker (AMM).

It is a Case Study for the Syndika Article: A Comparative Analysis of Distributed Ledger Technologies: Hedera vs. Polygon.

NOT READY FOR PRODUCTION USAGE!!!

Install all dependences

npm i or npm install

Compile contracts

npm compile

Test contracts

npm test

Deploy to Hedera Testnet

npx hardhat run scripts/deploy.js