mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
reorder docs and fix typos
This commit is contained in:
parent
fe5e6d191b
commit
a5b0682a43
@ -15,7 +15,7 @@ position|name|expects
|
|||||||
1|tokenA| amount & name (no spaces)
|
1|tokenA| amount & name (no spaces)
|
||||||
2|tokenB| amount & name (no spaces)
|
2|tokenB| amount & name (no spaces)
|
||||||
3|slippage| percentage float
|
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
|
**Note**: the name is a placeholder for clarity and won't be needed when running the commands, see example below
|
||||||
|
@ -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
|
### Get a list of all keys
|
||||||
```
|
```
|
||||||
|
@ -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:
|
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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user