You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have a minimal CLI for Starknet available with a simple bootstrap subcommand. We have a few more generic CLI components in Hermes SDK that can be imported to be used the Starknet CLI.
For commands that do not yet have generic implementation, we should implement the context-generic versions of the CLI components on Hermes SDK before importing them here.
Following are a rough list of CLI commands that should be made available:
Currently we have a minimal CLI for Starknet available with a simple
bootstrap
subcommand. We have a few more generic CLI components in Hermes SDK that can be imported to be used the Starknet CLI.For commands that do not yet have generic implementation, we should implement the context-generic versions of the CLI components on Hermes SDK before importing them here.
Following are a rough list of CLI commands that should be made available:
query chain-status
CLI #159query client state
CLI #148The text was updated successfully, but these errors were encountered: