hyperweb-io / hyperweb-io/hyperweb-build
feature: `hyperweb` cli which uses `hyperwebjs` to perform various actions with chain
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## 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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.