You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, users who are using one of these frameworks have to manually extract the ABI and bytecode into separate files from their build artifacts. This is unnecessary friction. Just having a flag like:
Currently, users who are using one of these frameworks have to manually extract the ABI and bytecode into separate files from their build artifacts. This is unnecessary friction. Just having a flag like:
would make
seer evm generate
a lot easier to use.--foundry
argument toseer evm generate
which autopopulates--abi
and--bytecode
#10--hardhat
argument toseer evm generate
which autopopulates--abi
and--bytecode
#11--brownie
argument toseer evm generate
which autopopulates--abi
and--bytecode
#12The text was updated successfully, but these errors were encountered: