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 load-contract command requires as first argument a path to the ABI file of the contract.
It would be nice to allow using truffle artifacts files too. It shouldn't be hard: if the given file has an array, interpret it as an ABI file. If it's an object and it has an abi propery, interpret it as a truffle artifact.
The
load-contractcommand requires as first argument a path to the ABI file of the contract.It would be nice to allow using truffle artifacts files too. It shouldn't be hard: if the given file has an array, interpret it as an ABI file. If it's an object and it has an
abipropery, interpret it as a truffle artifact.