We should consider extending to support not just deploying services through CLI but also executing RPCs through it.
Description
Received some feedback at ETHBoston that this would be nice to enable playing around with locally-deployed services rather than be forced to do this via oasis-client and having to either write JavaScript tests or build a lightweight app first.
Acceptance Criteria
oasis call <service address> <rpc name> <args> should execute <rpc name> with <args> against the service deployed at <service address>.
We should consider extending to support not just deploying services through CLI but also executing RPCs through it.
Description
Received some feedback at ETHBoston that this would be nice to enable playing around with locally-deployed services rather than be forced to do this via
oasis-client
and having to either write JavaScript tests or build a lightweight app first.Acceptance Criteria
oasis call <service address> <rpc name> <args>
should execute<rpc name>
with<args>
against the service deployed at<service address>
.