oasislabs / oasis-cli

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

`oasis serve` #117

Open ennsharma opened 5 years ago

ennsharma commented 5 years ago

In the spirit of abstracting away all things blockchain, we may want to consider renaming the oasis chain command to oasis serve, since the local blockchain behaves quite similarly to just running a local web server.

nhynes commented 5 years ago

oasis serve sounds like it might also serve your app. Maybe something closer to oasis devserver but less verbose. What do you think?

ennsharma commented 5 years ago

Yeah, I agree. Do you have any ideas for a less verbose version of oasis devserver? Two other ideas might be oasis start or oasis run, but especially for oasis run it feels too ambiguous given it doesn't take any arguments.