hardhat-foundry-template
hardhat-foundry-template copied to clipboard
Minimal template to get started with Foundry + Hardhat
One of my forge installed libraries uses this import path for it's OZ dependency: ``` import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; ``` Another one of the contracts from a different library uses this import...
It would be good to enable hardhat coverage in this template repo as a PoC. I just went through the exercise on a project utilising this template and had to...
Currently the `.gitignore` file of the project does not include the broadly used `.env` across the majority of projects. Users might be unaware of this and push sensitive information potentially...