Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.06 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.06 KB

Ahoj.Mix Smart Contracts V1

This repo contains all of the smart contracts used to run Ahoj.Mix.

Deployed Contracts in Avalanche Fuji

Factory address: 0x963ed430Ac3b10084bd6C957E9eC45F80E0CACF1

Router address: 0x715920cEAa1163C892c5d2aD732FC85297bFFca4

Local Development

The following assumes the use of node@>=10. These contracts are compiled and deployed using Hardhat.

Install Dependencies

yarn

Compile Contracts

yarn compile

Run Tests

yarn test

Attribution

These contracts were adapted from these repos: uniswap-v2-core, uniswap-v2-periphery, uniswap-lib, and pangolindex/exchange-contracts