ohhkaneda / huff-project-template

Forkable template to get you started with Huff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Forkable template to get you started with Huff


Languages

Language:JavaScript 100.0%