Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 479 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 479 Bytes

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.