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