/huff-project-template

Forkable template to get you started with Huff

Primary LanguageJavaScript

Hardhat Huff Template

** Template for getting started with Huff **

Setup

git clone https://github.com/JetJadeja/huff-project-template.git
cd huff-project-template
npm i

Building and Testing

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.