https://github.com/primitivefinance/hardhat-foundry
Forkable hardhat & foundry template for thorough evm development.
https://github.com/primitivefinance/hardhat-foundry
Last synced: 11 months ago
JSON representation
Forkable hardhat & foundry template for thorough evm development.
- Host: GitHub
- URL: https://github.com/primitivefinance/hardhat-foundry
- Owner: primitivefinance
- License: gpl-3.0
- Created: 2022-05-25T20:24:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T11:58:09.000Z (almost 4 years ago)
- Last Synced: 2025-07-10T19:25:49.561Z (11 months ago)
- Language: Solidity
- Size: 219 KB
- Stars: 87
- Watchers: 8
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hardhat Foundry Template
Combines hardhat and foundry testing frameworks to take advantage of coverage and fuzzing capabiltiies, along with their native tools.
Inspired by [Seaport](https://github.com/ProjectOpenSea/seaport)