We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hyperweb
hyperwebjs
Create a custom cli for hyperweb.
cli
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
--node
eval
get-state
get-balances
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.
tx
query
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview
Create a custom
cli
for hyperweb.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 eavlget-state
: perform query for stateget-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
andquery
based on the proto files.The text was updated successfully, but these errors were encountered: