oasislabs / oasis-cli

Build tool for the Oasis platform
Apache License 2.0
0 stars 1 forks source link

`oasis call` #118

Open ennsharma opened 5 years ago

ennsharma commented 5 years ago

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>.