Educational repo for demonstration of some DeFi security-related mehcanics, used in MixBytes Farm educational Course
Solve installation problems by yourself using hardhat documentation. Here is the easiest way
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
git clone https://github.com/mixbytes/hardhat-farm.git
cd hardhat-farm
npm install hardhat
npm install
npx harhdat test
npx hardhat test test/Metamorph.js