0g-chain/docs/usage.md
rhuairahrighairigh 9802450a08 fill out docs
2018-09-18 19:14:46 -04:00

20 lines
635 B
Markdown

# Basic Usage
>The following commands require communication with a full node. By default they expect one to be running locally (accessible on localhost), but a remote can be provided with the `--node` flag.
## View Your Address
This lists locally stored account addresses and their names. The name is used to indicate which address to sign transactions from in other commands.
kvcli keys list
## View Account Balances
kvcli account <address>
## Send Some KVA
kvcli send --from <your key name> \
--to <address> \
--amount 100KVA \
--chain-id kava-test-<current testnet #>