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
I think this does not belong in iov-core itself, but rather tooling (like we have for deployment), so we can make use of tons of libraries without adding all those dependencies.
Still, a useful tool to validate if a local solidity contract matches some deployed bytecode
Builds on #810
Given an address on the ethereum chain, we should be able to get the bytecode loaded there (or no bytecode).
Method like
getContractAtAddress()
The text was updated successfully, but these errors were encountered: