-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add foundry support #63
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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