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
This probably relates to the decision about multiple binaries in: #379
Quoting @ethanfrey's proposal: (Could you maybe update this to the latest status of the conversation?)
gaia keys ...:
add --password= --type=<ed25519|secp256k1|ledger|...> [--seed='...........']
update --password= --new_password=<new_pass>
delete --password=
list
show
gaia client ...:
init
version
status
serve: start LCD, the local REST server, exposing above endpoints
block [height] [--select=<header|txs|results>]: This will grab the relevant information from the block at the given height (latest if no height provided). This may map to several rpc calls.
validatorset [height]
txs --tag=: search for all tx that match tag
tx : query tx by hash
tx send --name= --password= --to= --amount=<..> ...
tx bond --name= --password= --delegate= --amount=<..> ...
...
The text was updated successfully, but these errors were encountered:
How should the CLI cmd (
gaia
) be structured?This probably relates to the decision about multiple binaries in: #379
Quoting @ethanfrey's proposal: (Could you maybe update this to the latest status of the conversation?)
The text was updated successfully, but these errors were encountered: