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
{{ message }}
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.
Suppose we have a contract "Basil", with a function "donate(uint256 _color) public".
It would be quite handy from the CLI to be able to:
zos exec Basil donate --args \"0.001\"
Atm, when you want to do this kind of thing, you need to jump into a truffle console, or do things like:
The text was updated successfully, but these errors were encountered: