1.0.0 • Published 8 months ago
polydex v1.0.0
PolyDex
In this project, I wrote two tokens and two liquidity pool contracts using the constant product AMM and the curve-like AMM, respectively.
Tech Stack: Solidity + hardhat + ethers.js
How to start?
- git clone this project
- npm install
- To deploy, run:
npx hardhat scripts/deploy.js
- To test, run:
npx hardhat test
Future Work
- Add front-end interaction
- Make it upgradable by using openzeppilin
1.0.0
8 months ago