This repo contains all of the core smart contracts used to run Polarfox.
Factory address: ...
Router address: ...
Factory address: 0x5b48659781dccb21031Bdd510f0e46163cC95Ea2
Router address: 0xAeD3baD38CA8907EBC8C919d12a25a58A17063A7
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.
The following assumes the use of node@>=10
.
yarn
yarn compile
yarn test
These contracts were adapted from uniswap-v2-core.