hardhat-foundry-template icon indicating copy to clipboard operation
hardhat-foundry-template copied to clipboard

Minimal template to get started with Foundry + Hardhat

Results 4 hardhat-foundry-template issues
Sort by recently updated
recently updated
newest added

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...