Trust Web3 Freelance Solution.
git clone https://github.com/DetaskDAO/contracts.git
cd contracts
npm install
This repository is a hybrid hardhat and forge project. First install the relevant dependencies of the project:
npm install
forge install foundry-rs/forge-std --no-commit
forge install https://github.com/Uniswap/permit2 --no-commit
To run tests:
forge test
sh ./dev_deploy.sh <NETWORK>