Skip to content

Bee-Trade-Finance/exchange-contracts

 
 

Repository files navigation

Beetrade Smart Contracts

This repo contains some of the smart contracts used to run BeeTrade.

Deployed Contracts

Factory address: 0xF82F6Ac2527e4Eb1eBb9e9726Ceed27Aa4BDdd2e

Router address: 0x1A4982d2F32115c4414a0F11ac38bCD70A50510c

Running

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.

Attribution

These contracts were adapted from these Uniswap repos: uniswap-v2-core, uniswap-v2-periphery, and uniswap-lib.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Solidity 93.0%
  • TypeScript 7.0%