Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 425 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 425 Bytes

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.