2020-07-02 08:22:45 +00:00
|
|
|
<!--
|
|
|
|
order: false
|
|
|
|
parent:
|
|
|
|
order: 3
|
|
|
|
-->
|
|
|
|
|
|
|
|
# Basics
|
|
|
|
|
|
|
|
This repository contains reference documentation on the basic concepts of Ethermint.
|
|
|
|
|
2021-08-17 14:11:26 +00:00
|
|
|
1. [Chain ID](./chain_id)
|
2021-08-09 21:21:21 +00:00
|
|
|
1. [Accounts](./accounts)
|
2021-08-17 14:11:26 +00:00
|
|
|
1. [Gas and Fees](./gas)
|
|
|
|
1. [Lifecycle of a transaction](./transactions)
|
|
|
|
1. [Tokens](./tokens)
|
2020-07-02 08:22:45 +00:00
|
|
|
|
2021-08-09 21:21:21 +00:00
|
|
|
After reading the basics, head on to the [Core Reference](../core/README) for more advanced material.
|