reorder docs and fix typos

This commit is contained in:
Sam Hadi 2021-11-16 18:03:53 -08:00
parent fe5e6d191b
commit a5b0682a43
3 changed files with 11 additions and 4 deletions

View File

@ -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

View File

@ -1,5 +1,8 @@
## A Quick Overview
short on time? Read these and get a refresher of the most commont commands.
<!--
order: 1
-->
# Quick Reference
### Get a list of all keys
```

View File

@ -1,4 +1,8 @@
## Transaction Creation
<!--
order: 2
-->
# 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: