## Overview Create a custom `cli` for hyperweb. ``` CLI Client inside of hyperweb-build/packages hyperweb/client hyperwebjs hyperweb/build hyperweb/cli hyperweb/client ``` Note: can reference/copy starship CLI for client,cli relationship Some of the commands we want to provide: * `build` * `instantiate`: have args like: `--node` * `eval`: perfrom eavl * `get-state`: perform query for state * `get-balances` ## Alternate proposal Extend the interface similar to the go binary: * `hyperweb query balances ....` * `hyperweb tx ....` Maybe we can have a hybrid solution where we can create the `tx` and `query` based on the proto files.