** Template for getting started with Huff **
git clone https://github.com/JetJadeja/huff-project-template.git
cd huff-project-template
npm iTo compile your contracts, write:
npx hardhat compileTo test your contracts, write:
npx hardhat testFor more advanced Hardhat usage, please check the Hardhat documentation.