-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Generate a solc_json
output
#140
Comments
Current work-around is to manually call the
Full context here: |
solc_json is not available yet in vyper when using |
@antazoey did you see my previous comment? I'm not sure where |
Yeah, sorry I was confused, I didn't realize this was a stand-alone output format. |
Thanks so much! |
Overview
Trying to verify manually a deployed contract, but can't generate a
vyper -f solc_json
output.Manually calling the
vyper
doesn't work because I have dependencies installed viaape pm
.Specification
Ideally we get the
solc_json
output as a JSON file with the contract name somewhere in the.build
folder.The text was updated successfully, but these errors were encountered: