diff --git a/docs/education/user_actions/Governance/Vote.md b/docs/education/user_actions/Governance/Vote.md index 3f2b696f..d53c2e48 100644 --- a/docs/education/user_actions/Governance/Vote.md +++ b/docs/education/user_actions/Governance/Vote.md @@ -1,7 +1,7 @@ -## kvcli tx committee vote +## kava tx committee vote Vote for an active proposal @@ -10,13 +10,13 @@ Vote for an active proposal Submit a ```[yes/no/abstain]``` vote for the proposal with id ```[proposal-id]```. ``` -kvcli tx committee vote [proposal-id] [vote] [flags] +kava tx committee vote [proposal-id] [vote] [flags] ``` ### Examples ``` -kvcli tx committee vote 2 yes +kava tx committee vote 2 yes ``` ### Options diff --git a/docs/education/user_actions/Governance/committee.md b/docs/education/user_actions/Governance/committee.md index 07fe86ce..535b4d26 100644 --- a/docs/education/user_actions/Governance/committee.md +++ b/docs/education/user_actions/Governance/committee.md @@ -1,7 +1,7 @@ -## kvcli tx gov submit-proposal committee +## kava tx gov submit-proposal committee Submit a governance proposal to change a committee. @@ -61,7 +61,7 @@ and to delete a committee: ``` ``` -kvcli tx gov submit-proposal committee [proposal-file] [deposit] [flags] +kava tx gov submit-proposal committee [proposal-file] [deposit] [flags] ``` ### Options diff --git a/docs/education/user_actions/Governance/param-change.md b/docs/education/user_actions/Governance/param-change.md index 52cee043..cf23a39b 100644 --- a/docs/education/user_actions/Governance/param-change.md +++ b/docs/education/user_actions/Governance/param-change.md @@ -1,7 +1,7 @@ -## kvcli tx gov submit-proposal param-change +## kava tx gov submit-proposal param-change Submit a parameter change proposal @@ -22,7 +22,7 @@ regardless. Example: ``` -$ kvcli tx gov submit-proposal param-change --from= +$ kava tx gov submit-proposal param-change --from= ``` Where proposal.json contains: @@ -46,7 +46,7 @@ Where proposal.json contains: } ``` ``` -kvcli tx gov submit-proposal param-change [proposal-file] [flags] +kava tx gov submit-proposal param-change [proposal-file] [flags] ``` ### Options diff --git a/docs/education/user_actions/Lend/hard_borrow.md b/docs/education/user_actions/Lend/hard_borrow.md index b0679c24..d9f32093 100644 --- a/docs/education/user_actions/Lend/hard_borrow.md +++ b/docs/education/user_actions/Lend/hard_borrow.md @@ -4,10 +4,10 @@ Borrow tokens from the hard protocol ## Command ``` -kvcli tx hard borrow +kava tx hard borrow ``` -Using ```kvcli``` call the ```tx``` subcommand followed by the module name which is```hard```, then define the action which is ```borrow``` and finally follow up with required arguments or flags. +Using ```kava``` call the ```tx``` subcommand followed by the module name which is```hard```, then define the action which is ```borrow``` and finally follow up with required arguments or flags. ### Arguments position|name|expects @@ -18,7 +18,7 @@ position|name|expects ### Example ``` -kvcli tx hard borrow 1000000000ukava --from +kava tx hard borrow 1000000000ukava --from ``` ### Options diff --git a/docs/education/user_actions/Lend/hard_deposit.md b/docs/education/user_actions/Lend/hard_deposit.md index d16f643c..a7a37481 100644 --- a/docs/education/user_actions/Lend/hard_deposit.md +++ b/docs/education/user_actions/Lend/hard_deposit.md @@ -4,10 +4,10 @@ Deposit coins to hard ## Command ``` -kvcli tx hard deposit +kava tx hard deposit ``` -Using ```kvcli``` call the ```tx``` subcommand followed by the module name which is```hard```, then define the action which is ```deposit``` and finally follow up with required arguments or flags. +Using ```kava``` call the ```tx``` subcommand followed by the module name which is```hard```, then define the action which is ```deposit``` and finally follow up with required arguments or flags. ### Arguments position|name|expects @@ -18,7 +18,7 @@ position|name|expects ### Example ``` -kvcli tx hard deposit 10000000bnb --from +kava tx hard deposit 10000000bnb --from ``` ### Options diff --git a/docs/education/user_actions/Lend/hard_repay.md b/docs/education/user_actions/Lend/hard_repay.md index ae01b90e..288735b1 100644 --- a/docs/education/user_actions/Lend/hard_repay.md +++ b/docs/education/user_actions/Lend/hard_repay.md @@ -4,10 +4,10 @@ Repay tokens to the hard protocol ## Command ``` -kvcli tx hard repay +kava tx hard repay ``` -Using ```kvcli``` call the ```tx``` subcommand followed by the module name which is```hard```, then define the action which is ```repay``` and finally follow up with required arguments or flags. +Using ```kava``` call the ```tx``` subcommand followed by the module name which is```hard```, then define the action which is ```repay``` and finally follow up with required arguments or flags. ### Arguments position|name|expects @@ -18,9 +18,9 @@ position|name|expects ### Example ``` -kvcli tx hard repay 1000000000ukava --from -kvcli tx hard repay 1000000000ukava,25000000000bnb --from -kvcli tx hard repay 1000000000ukava,25000000000bnb --owner --from +kava tx hard repay 1000000000ukava --from +kava tx hard repay 1000000000ukava,25000000000bnb --from +kava tx hard repay 1000000000ukava,25000000000bnb --owner --from ``` ### Options diff --git a/docs/education/user_actions/Lend/hard_withdraw.md b/docs/education/user_actions/Lend/hard_withdraw.md index 9398ba8b..1e166e50 100644 --- a/docs/education/user_actions/Lend/hard_withdraw.md +++ b/docs/education/user_actions/Lend/hard_withdraw.md @@ -4,10 +4,10 @@ Withdraw coins from hard ## Command ``` -kvcli tx hard withdraw +kava tx hard withdraw ``` -Using ```kvcli``` call the ```tx``` subcommand followed by the module name which is```hard```, then define the action which is ```withdraw``` and finally follow up with required arguments or flags. +Using ```kava``` call the ```tx``` subcommand followed by the module name which is```hard```, then define the action which is ```withdraw``` and finally follow up with required arguments or flags. ### Arguments position|name|expects @@ -18,7 +18,7 @@ position|name|expects ### Example ``` -kvcli tx hard withdraw 10000000bnb --from +kava tx hard withdraw 10000000bnb --from ``` ### Options diff --git a/docs/education/user_actions/Mint/cdp_create.md b/docs/education/user_actions/Mint/cdp_create.md index 5315be0e..def06f59 100644 --- a/docs/education/user_actions/Mint/cdp_create.md +++ b/docs/education/user_actions/Mint/cdp_create.md @@ -4,10 +4,10 @@ Create a new cdp, depositing some collateral and drawing some debt. ## Command ``` -kvcli tx cdp create +kava tx cdp create ``` -Using ```kvcli``` call the ```tx``` subcommand followed by the module name which is```cdp```, then define the action which is ```create``` and finally follow up with required arguments or flags. +Using ```kava``` call the ```tx``` subcommand followed by the module name which is```cdp```, then define the action which is ```create``` and finally follow up with required arguments or flags. ### Arguments position|name|expects @@ -20,7 +20,7 @@ position|name|expects ### Example ``` -kvcli tx cdp create 10000000uatom 1000usdx atom-a --from myKeyName +kava tx cdp create 10000000uatom 1000usdx atom-a --from myKeyName ``` ### Options diff --git a/docs/education/user_actions/Mint/cdp_deposit.md b/docs/education/user_actions/Mint/cdp_deposit.md index bde73368..8a26925d 100644 --- a/docs/education/user_actions/Mint/cdp_deposit.md +++ b/docs/education/user_actions/Mint/cdp_deposit.md @@ -4,10 +4,10 @@ Add collateral to an existing cdp. ## Command ``` -kvcli tx cdp deposit +kava tx cdp deposit ``` -Using ```kvcli``` call the ```tx``` subcommand followed by the module name which is```cdp```, then define the action which is ```deposit``` and finally follow up with required arguments or flags. +Using ```kava``` call the ```tx``` subcommand followed by the module name which is```cdp```, then define the action which is ```deposit``` and finally follow up with required arguments or flags. ### Arguments position|name|expects @@ -20,7 +20,7 @@ position|name|expects ### Example ``` -kvcli tx cdp deposit kava15qdefkmwswysgg4qxgqpqr35k3m49pkx2jdfnw 10000000uatom atom-a --from myKeyName +kava tx cdp deposit kava15qdefkmwswysgg4qxgqpqr35k3m49pkx2jdfnw 10000000uatom atom-a --from myKeyName ``` ### Options diff --git a/docs/education/user_actions/Mint/cdp_draw.md b/docs/education/user_actions/Mint/cdp_draw.md index 3543c3be..a7b96fcf 100644 --- a/docs/education/user_actions/Mint/cdp_draw.md +++ b/docs/education/user_actions/Mint/cdp_draw.md @@ -4,10 +4,10 @@ Create debt in an existing cdp and send the newly minted asset to your account. ## Command ``` -kvcli tx cdp draw +kava tx cdp draw ``` -Using ```kvcli``` call the ```tx``` subcommand followed by the module name which is```cdp```, then define the action which is ```draw``` and finally follow up with required arguments or flags. +Using ```kava``` call the ```tx``` subcommand followed by the module name which is```cdp```, then define the action which is ```draw``` and finally follow up with required arguments or flags. ### Arguments position|name|expects @@ -20,7 +20,7 @@ position|name|expects ### Example ``` -kvcli tx cdp draw atom-a 1000usdx --from myKeyName +kava tx cdp draw atom-a 1000usdx --from myKeyName ``` ### Options diff --git a/docs/education/user_actions/Mint/cdp_repay.md b/docs/education/user_actions/Mint/cdp_repay.md index 9b0f492e..87658b32 100644 --- a/docs/education/user_actions/Mint/cdp_repay.md +++ b/docs/education/user_actions/Mint/cdp_repay.md @@ -4,10 +4,10 @@ Repay debt to an existing cdp ## Command ``` -kvcli tx cdp repay +kava tx cdp repay ``` -Using ```kvcli``` call the ```tx``` subcommand followed by the module name which is```cdp```, then define the action which is ```repay``` and finally follow up with required arguments or flags. +Using ```kava``` call the ```tx``` subcommand followed by the module name which is```cdp```, then define the action which is ```repay``` and finally follow up with required arguments or flags. ### Arguments position|name|expects @@ -19,7 +19,7 @@ position|name|expects ### Example ``` -kvcli tx cdp repay atom-a 1000usdx --from myKeyName +kava tx cdp repay atom-a 1000usdx --from myKeyName ``` ### Options diff --git a/docs/education/user_actions/Mint/cdp_withdraw.md b/docs/education/user_actions/Mint/cdp_withdraw.md index 2e49f04b..04450477 100644 --- a/docs/education/user_actions/Mint/cdp_withdraw.md +++ b/docs/education/user_actions/Mint/cdp_withdraw.md @@ -4,10 +4,10 @@ Withdraw collateral from an existing cdp ## Command ``` -kvcli tx cdp withdraw +kava tx cdp withdraw ``` -Using ```kvcli``` call the ```tx``` subcommand followed by the module name which is```cdp```, then define the action which is ```withdraw``` and finally follow up with required arguments or flags. +Using ```kava``` call the ```tx``` subcommand followed by the module name which is```cdp```, then define the action which is ```withdraw``` and finally follow up with required arguments or flags. ### Arguments position|name|expects @@ -20,7 +20,7 @@ position|name|expects ### Example ``` -kvcli tx cdp withdraw kava15qdefkmwswysgg4qxgqpqr35k3m49pkx2jdfnw 10000000uatom atom-a --from myKeyName +kava tx cdp withdraw kava15qdefkmwswysgg4qxgqpqr35k3m49pkx2jdfnw 10000000uatom atom-a --from myKeyName ``` ### Options diff --git a/docs/education/user_actions/Swap/swap_deposit.md b/docs/education/user_actions/Swap/swap_deposit.md index 409788cd..0605f2dc 100644 --- a/docs/education/user_actions/Swap/swap_deposit.md +++ b/docs/education/user_actions/Swap/swap_deposit.md @@ -4,10 +4,10 @@ Deposit coins to a swap liquidity pool ## Command ``` -kvcli tx swap deposit +kava tx swap deposit ``` -Using ```kvcli``` call the ```tx``` subcommand followed by the module name which is```swap```, then define the action which is ```deposit``` and finally follow up with required arguments or flags. +Using ```kava``` call the ```tx``` subcommand followed by the module name which is```swap```, then define the action which is ```deposit``` and finally follow up with required arguments or flags. ### Arguments position|name|expects @@ -22,7 +22,7 @@ position|name|expects ### Example ``` -kvcli tx swap deposit 10000000ukava 10000000usdx 0.01 1624224736 --from +kava tx swap deposit 10000000ukava 10000000usdx 0.01 1624224736 --from ``` ### Options diff --git a/docs/education/user_actions/Swap/swap_tokens.md b/docs/education/user_actions/Swap/swap_tokens.md index 943da409..5b46a035 100644 --- a/docs/education/user_actions/Swap/swap_tokens.md +++ b/docs/education/user_actions/Swap/swap_tokens.md @@ -4,10 +4,10 @@ Swap an exact amount of token a for token b ## Command ``` -kvcli tx swap swap-exact-for-tokens +kava tx swap swap-exact-for-tokens ``` -Using ```kvcli``` call the ```tx``` subcommand followed by the module name which is```swap```, then define the action which is ```swap-exact-for-tokens``` and finally follow up with required arguments or flags. +Using ```kava``` call the ```tx``` subcommand followed by the module name which is```swap```, then define the action which is ```swap-exact-for-tokens``` and finally follow up with required arguments or flags. ### Arguments position|name|expects @@ -21,7 +21,7 @@ position|name|expects ### Example ``` -kvcli tx swap swap-exact-for-tokens 1000000ukava 5000000usdx 0.01 1624224736 --from +kava tx swap swap-exact-for-tokens 1000000ukava 5000000usdx 0.01 1624224736 --from ``` ### Options diff --git a/docs/education/user_actions/Swap/swap_withdraw.md b/docs/education/user_actions/Swap/swap_withdraw.md index 2b173cdb..268edd57 100644 --- a/docs/education/user_actions/Swap/swap_withdraw.md +++ b/docs/education/user_actions/Swap/swap_withdraw.md @@ -4,10 +4,10 @@ Withdraw coins from a swap liquidity pool ## Command ``` -kvcli tx swap withdraw +kava tx swap withdraw ``` -Using ```kvcli``` call the ```tx``` subcommand followed by the module name which is```swap```, then define the action which is ```withdraw``` and finally follow up with required arguments or flags. +Using ```kava``` call the ```tx``` subcommand followed by the module name which is```swap```, then define the action which is ```withdraw``` and finally follow up with required arguments or flags. ### Arguments position|name|expects @@ -22,7 +22,7 @@ position|name|expects ### Example ``` -kvcli tx swap withdraw 153000 10000000ukava 20000000usdx 176293740 --from +kava tx swap withdraw 153000 10000000ukava 20000000usdx 176293740 --from ``` ### Options diff --git a/docs/education/user_actions/quick_guide.md b/docs/education/user_actions/quick_guide.md index c027cc84..afc564be 100644 --- a/docs/education/user_actions/quick_guide.md +++ b/docs/education/user_actions/quick_guide.md @@ -6,65 +6,71 @@ order: 1 ### Get a list of all keys ``` -kvcli keys list +kava keys list ``` -### Query Account Tokens +### Query Account ``` -kvcli q accounts +kava q account ``` ### View Staking Delegations ``` -kvcli q staking delegations +kava q staking delegations ``` ### Claim staking rewards ``` -kvcli tx distribution withdraw-all-rewards --gas 650000 --gas-prices 0.01ukava --from +kava tx distribution withdraw-all-rewards --gas 650000 --gas-prices 0.01ukava --from ``` ### Querying outstanding staking rewards ``` -kvcli q distribution rewards +kava q distribution rewards ``` ### Claim staking from individual validator ``` -kvcli tx distribution withdraw-rewards --gas 650000 --gas-prices 0.01ukava --from +kava tx distribution withdraw-rewards --gas 650000 --gas-prices 0.01ukava --from ``` ### Claiming KAVA Delegator rewards (yielding HARD and SWP) ``` -kvcli tx incentive claim-delegator --multiplier hard=large,swp=large --from --gas 800000 --gas-prices 0.01ukava +kava tx incentive claim-delegator --multiplier hard=large,swp=large --from --gas 800000 --gas-prices 0.01ukava ``` ### Querying outstanding HARD rewards ``` -kvcli q incentive rewards --type delegator --owner +kava q incentive rewards --type delegator --owner ``` ### View HARD Incentives ``` -kvcli q incentive rewards --type hard --owner +kava q incentive rewards --type hard --owner ``` ### Claim HARD Incentives ``` -kvcli tx incentive claim-hard --multiplier hard=large --multiplier ukava=large --from --gas 800000 --gas-prices 0.01ukava +kava tx incentive claim-hard --multiplier hard=large --multiplier ukava=large --from --gas 800000 --gas-prices 0.01ukava ``` ### Send Coins ``` -kvcli tx send --memo [memo] --gas-prices 0.01ukava +kava tx bank send --memo [memo] --gas-prices 0.01ukava ``` ### Query Transaction Status Using TX Hash ``` -kvcli q tx +kava q tx ``` +### Query Transactions Using events +``` +kava q txs --events message.actions=swap_deposit +``` + + ### Adding a Key to Ledger ``` -kvcli keys add --account --legacy-hd-path --ledger +kava keys add --account --legacy-hd-path --ledger ``` \ No newline at end of file