-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
feat: add support for basic vyper project using forge init --vyper #9930
base: master
Are you sure you want to change the base?
feat: add support for basic vyper project using forge init --vyper #9930
Conversation
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.
Hi @startup-dreamer, thanks for your PR
I would prefer if the Vyper template used local files, see: https://github.com/foundry-rs/foundry/tree/master/crates/forge/assets
We will have to move the Solidity ones in their respective subfolder in the assets
directory and create a Vyper equivalent
Thanks!
Makes sense, I'll do the changes. |
Hey @startup-dreamer, if time permits - would be great to get this in! Thanks |
I will try to ship this by the end of weekend. |
5528dc5
to
985132e
Compare
This comment was marked as outdated.
This comment was marked as outdated.
985132e
to
ec2d2f1
Compare
ec2d2f1
to
5b06b8e
Compare
Thanks! This is looking great |
Closes: #8340
This PR aims to add
forge init --vyper
command which instantiate a basic vyper project like this project as suggested here #8340 (comment).This command mimicsforge init --template https://github.com/Patronum-Labs/foundry-vyper
currently the standard way of initializing a vyper project.PR Checklist