-
How can I compile my foundry sol code into bytecode? |
Beta Was this translation helpful? Give feedback.
Answered by
utx0
Apr 17, 2023
Replies: 2 comments
-
After you build a Foundry project with |
Beta Was this translation helpful? Give feedback.
0 replies
-
I actually had to run this to get the ABI and BIN files generated:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
utx0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I actually had to run this to get the ABI and BIN files generated:
forge build --extra-output-files abi bin