Skip to content

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

@Anmol1696

Description

@Anmol1696

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions