https://github.com/notcoffee418/hardhat-project-template
My preferred setup for hardhat projects
https://github.com/notcoffee418/hardhat-project-template
Last synced: over 1 year ago
JSON representation
My preferred setup for hardhat projects
- Host: GitHub
- URL: https://github.com/notcoffee418/hardhat-project-template
- Owner: NotCoffee418
- Created: 2022-06-08T23:17:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T00:50:32.000Z (over 2 years ago)
- Last Synced: 2024-05-01T14:58:07.427Z (about 2 years ago)
- Language: TypeScript
- Size: 1.95 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hardhat Project Template
This is my personal preferred setup for hardhat projects using typescript.
### Features:
- Typescript with Typechain
- Test utilities
- Set up for Polygon
### Setup
1. Copy .env.example to .env and modify it to your needs.
2. `yarn upgrade` to install packages
3. `yarn test` to run tests
4. Specify a block to run tests on in hardhat.config.ts. Needs to be defined twice.