We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Provide a tool which flattens multi-file contracts into a single file.
easier for audit, and can be handy for source code verification
vyper -f flatten my_contract.vy
should generate source code which compiles to the same bytecode as the original input bundle.
no issues
If this VIP depends on any other VIPs being implemented, please mention them.
Add any references that this VIP might reference (other VIPs/issues, links to blog posts, etc.)
Copyright and related rights waived via CC0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Simple Summary
Provide a tool which flattens multi-file contracts into a single file.
Motivation
easier for audit, and can be handy for source code verification
Specification
vyper -f flatten my_contract.vy
should generate source code which compiles to the same bytecode as the original input bundle.
Backwards Compatibility
no issues
Dependencies
If this VIP depends on any other VIPs being implemented, please mention them.
References
Add any references that this VIP might reference (other VIPs/issues, links to blog posts, etc.)
Copyright
Copyright and related rights waived via CC0
The text was updated successfully, but these errors were encountered: