Skip to content

CodeWarriorr/hardhat-create-app

Repository files navigation

Hardhat Create App Template

Create new project

Head into root directory of your project. The Script will create new folder with the name of the app, here we will use example name myApp

Run the script: npx hardhat-create-app myApp

ENVs

Create application does not require any ENV at the start, ENV dependencies are commented out in hardhat.config.ts

All possible ENVs are listed in .env.example file.