install dependencies
yarnCopy the .env.sample to a .env file and add your private key or use one of the publicly available hardhat ones
Compile contracts
npx harhdat compilePerform unit tests
mpx hardhat test The data of the price feed simulation tests will be saved to the makerData.json file for review.
Read the proposal review here