install
npm install
create an.env file
PRIVATE_KEY =
deploy
npx hardhat deploy --tags HelperManager --network makalu
createHelper
npx hardhat createHelper --manager <manager address> --admin <admin address > --network makalu
more commands at /tasks/index.ts