This repo contains all of the smart contracts used to run Ahoj.Mix.
Factory address: 0x963ed430Ac3b10084bd6C957E9eC45F80E0CACF1
Router address: 0x715920cEAa1163C892c5d2aD732FC85297bFFca4
The following assumes the use of node@>=10
. These contracts are compiled and deployed using Hardhat.
yarn
yarn compile
yarn test
These contracts were adapted from these repos: uniswap-v2-core, uniswap-v2-periphery, uniswap-lib, and pangolindex/exchange-contracts