cli-client
cli-client copied to clipboard
The official Sentinel CLI client
Hello! Here's what I trier: I created key ```sentinelcli keys add \ --home "${HOME}/.sentinelcli" \ --keyring-backend file \ qweder ``` sentinelcli query subscription --home "${HOME}/.sentinelcli" --node https://rpc.sentinel.co:443 241174 (ADDRESS :...
My order sentinelcli tx node subscribe sentnode1728k2g9e70392gj27hn23sww9tr0uexqu6yw8j 10 1 udvpn --from default_restore Tips: Subscribe to a node Usage: sentinelcli tx node subscribe [node-addr] [gigabytes] [hours] [denom] [flags] Error Message. Error:...
Subscribe to a node ``` sentinelcli tx subscription subscribe-to-node \ --home "${HOME}/.sentinelcli" \ --keyring-backend os \ --chain-id sentinelhub-2 \ --node https://rpc.sentinel.co:443 \ --gas-prices 0.1udvpn \ --from ``` I couldn't figure...
Fixes: #16
1. `connect` should reuse an existing session from `tx session start`. 2. `disconnect` should also close a session via `tx session end`. I would rather prefer `connect` and `disconnect` subcommands...
Input command: ```bash sentinelcli keys add \ --home "${HOME}/.sentinelcli" \ sentinel_key ``` Output: ```bash Error: unexpected end of JSON input ``` also ```--recover``` flag is unknown Input command: ```bash sentinelcli...
To be able to fully use raspberry pi 4. The current compilation only runs on AMD64 architecture.
Missing JSON output from sentinelcli. ```sentinelcli query nodes --output json --node https://rpc.sentinel.co:443``` produces same output as ``` sentinelcli query nodes --output text --node https://rpc.sentinel.co:443``` It is always a table.