/hardhat-forge-ts-template

Hardhat + Forge + TS + Eslint + Prettier

Primary LanguageTypeScript

Sample Hardhat + TS + Forge Project

Installation:

1. Make a Github repo from this template
2. git clone --recurse-submodules REPO_URL
3. Rename project in package.json and delete this README.md

To init submodules run:

git submodule update --init --recursive

Try running some of the following tasks:

yarn hardhat help
yarn hardhat test
forge test
yarn hardhat node
yarn hardhat run scripts/deploy.ts