-
Notifications
You must be signed in to change notification settings - Fork 18
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Simplify generate.sh #35
Comments
Did you try it out yet @ggwpez ? I think at least the |
I did not try it yet, just wanted to put have it written down as an issue. @sebastianst |
BTW fixed the behavior of |
We are currently not using To be honest, I don't think our script is very complicated. The most complicated part is generating the BinRuntime.go file for each contract, but I don't think this is solved in the snippet, right? |
The current $ABIGEN --pkg $PKG --sol ../contracts/contracts/$FILE.sol --out $PKG/$FILE.go --solc $SOLC passes the solc compiler via The second issue is that the generation of the It's not an urgent issue to fix, but I reopen it as to not forget about it. |
This would also help to verify the Code on Etherscan, right? @seb PS: Feel free to edit the issue. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Location:
generate.sh
Description:
Use the following snippet to get rid of the
awk
call and simplify the script.Snippet from @sebastianst, link:
The text was updated successfully, but these errors were encountered: