diff --git a/docs/education/user_actions/SWAP/swap_deposit.md b/docs/education/user_actions/SWAP/swap_deposit.md index 937dd47c..a22118ca 100644 --- a/docs/education/user_actions/SWAP/swap_deposit.md +++ b/docs/education/user_actions/SWAP/swap_deposit.md @@ -15,7 +15,7 @@ position|name|expects 1|tokenA| amount & name (no spaces) 2|tokenB| amount & name (no spaces) 3|slippage| percentage float -4|deadline| timestamp +4|deadline| deadline block **Note**: the name is a placeholder for clarity and won't be needed when running the commands, see example below diff --git a/docs/education/user_actions/quick_guide.md b/docs/education/user_actions/quick_guide.md index 88af8c7e..c027cc84 100644 --- a/docs/education/user_actions/quick_guide.md +++ b/docs/education/user_actions/quick_guide.md @@ -1,5 +1,8 @@ -## A Quick Overview -short on time? Read these and get a refresher of the most commont commands. + +# Quick Reference + ### Get a list of all keys ``` diff --git a/docs/education/user_actions/transactions.md b/docs/education/user_actions/transactions.md index e567f7b9..e2c865b9 100644 --- a/docs/education/user_actions/transactions.md +++ b/docs/education/user_actions/transactions.md @@ -1,4 +1,8 @@ -## Transaction Creation + + +# Transaction Creation One of the fundamental ways to interact with a Kava Node is through the use of ```kvcli```. It can be used to create new transactions from the user, which will later be broadcasted to other nodes in the network after going through validations and signing. the ```kvcli``` commands for transaction creation will all follow a very similar pattern across modules and it will follow the structure below: