This repo contains some of the smart contracts used to run BeeTrade.
Factory address: 0xF82F6Ac2527e4Eb1eBb9e9726Ceed27Aa4BDdd2e
Router address: 0x1A4982d2F32115c4414a0F11ac38bCD70A50510c
These contracts are compiled and deployed using Hardhat. They can also be run using the Remix IDE. A tutorial for using Remix is located here.
To prepare the dev environment, run yarn install
. To compile the contracts, run yarn compile
. Yarn is available to install here if you need it.
These contracts were adapted from these Uniswap repos: uniswap-v2-core, uniswap-v2-periphery, and uniswap-lib.