Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 652 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 652 Bytes

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