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
The contract deploy command expects a Truffle-style contract interface JSON, however if a contract is compiled with solc (like in the Autonity repo) then ABI and bytecode are in 2 separate files.
The
contract deploycommand expects a Truffle-style contract interface JSON, however if a contract is compiled withsolc(like in the Autonity repo) then ABI and bytecode are in 2 separate files.