forked from cerc-io/laconicd-deprecated
7b50331b98
* docs: more updates * minor changes * workflow * yarn * structure * more updates * cleanup * additional cleanup * docs * interact with node * additional guides and testnet docs * update swagger * update docs * action
17 lines
362 B
Markdown
17 lines
362 B
Markdown
<!--
|
|
order: false
|
|
parent:
|
|
order: 3
|
|
-->
|
|
|
|
# Basics
|
|
|
|
This repository contains reference documentation on the basic concepts of Ethermint.
|
|
|
|
1. [Accounts](./accounts)
|
|
2. [Gas and Fees](./gas)
|
|
3. [Lifecycle of a transaction](./transactions)
|
|
4. [Tokens](./tokens)
|
|
|
|
After reading the basics, head on to the [Core Reference](../core/README) for more advanced material.
|