aa1b728d34
* feat: update chain-id format * c++ * docs * additional context'
18 lines
388 B
Markdown
18 lines
388 B
Markdown
<!--
|
|
order: false
|
|
parent:
|
|
order: 3
|
|
-->
|
|
|
|
# Basics
|
|
|
|
This repository contains reference documentation on the basic concepts of Ethermint.
|
|
|
|
1. [Chain ID](./chain_id)
|
|
1. [Accounts](./accounts)
|
|
1. [Gas and Fees](./gas)
|
|
1. [Lifecycle of a transaction](./transactions)
|
|
1. [Tokens](./tokens)
|
|
|
|
After reading the basics, head on to the [Core Reference](../core/README) for more advanced material.
|