Skip to content
New issue

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

feature: hyperweb cli which uses hyperwebjs to perform various actions with chain #6

Open
Anmol1696 opened this issue Nov 13, 2024 · 0 comments

Comments

@Anmol1696
Copy link
Contributor

Anmol1696 commented Nov 13, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant