add foundry support - #63
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Hello,
Great start and I admire the courage to try and combine Hardhat and Foundry at the same time. But it's going to be easier to just drop Hardhat and support Foundry only. I've left some comments that coordinate this move plus that remove some unneeded files. Make sure to take a look at our CI, what it tests and how to make it pass. Also, please create a README.md in the contracts package to list all the possible things we would want to do and how to do them:
- how to test
- how to deploy
- how to extend
- how to build/typecheck
If you have any questions you're always welcome on our Discord (link is in the issue) :+]
|
typescript check and linting wont be required, is it ok to remove and replace with just sol linting? |
yep, as long as the lint CI passes everything is fine :) |
Closes #60