A simple hardhat template.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
A simple foundry and hardhat hybrid template modeled off of running npx hardhat init
and forge init --force
.
Simple enough to be get off the ground running for a hackathon project with strong enough of a foundation to be extended to be used for serious projects to be deployed in prod.
This project includes:
- TDD support w/ Nodemon
- Prettier formatting customization
- Test coverage
- Typechain types generation for TS projects
- Hardhat contract verification
To get a local copy up and running follow these simple steps.
You need to have npm/pnpm/yarn to use this project.
- npm
npm install npm@latest -g
You will probably also need node.
- Clone the repo
git clone https://github.com/0xdavinchee/foundry-hardhat-template.git
- Install NPM packages
pnpm install
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
0xdavinchee - @0xdavinchee - [email protected]
Project Link: https://github.com/0xdavinchee/foundry-hardhat-template