0g-chain/docs/usage.md

20 lines
633 B
Markdown
Raw Normal View History

2018-09-18 23:14:46 +00:00
# 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
2018-09-18 23:27:26 +00:00
List locally stored account addresses and their names. The name is used in other commands to specify which address to use to sign the transaction.
2018-09-18 23:14:46 +00:00
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 #>