PaulRBerg / foundry-template

Foundry-based template for developing Solidity smart contracts
MIT License
561 stars 109 forks source link

Branch with hardhat on the side of foundry for integration testing #42

Open rube-de opened 10 months ago

rube-de commented 10 months ago

It would be great to have branch that integrates hardhat into this foundry template, to leverage strengths of both tools. Hardhat for example helps on integration testing or deployment management.

PaulRBerg commented 10 months ago

I agree that this would be nice.

I'm not familiar with Hardhat anymore, and I don't have the bandwidth to work on this in the near future, but PRs are welcome.