This project was forked from Uniswap V2-core
This project uses the nightly build of Foundry. If you encounter build issues or version conflicts, please update to the latest nightly build:
foundryup
forge install
forge build --skip=Skip --sizes
forge test
cd hardhat-tests
npm install -g pnpm
pnpm install
npx hardhat compile
npx hardhat test