docs: fixes and websockets guide (#361)

* docs: fixes and websockets guide

* minor fixes
This commit is contained in:
Federico Kunze
2020-07-06 12:56:02 -04:00
committed by GitHub
parent 20e9b2ede3
commit 5768706917
9 changed files with 520 additions and 465 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ parent:
This repository contains reference documentation on the basic concepts of Ethermint.
1. [Accounts](./accounts.md)
2. [Lifecycle of a transaction](./tx-lifecycle.md)
3. [Gas and Fees](./gas.md)
2. [Gas and Fees](./gas.md)
3. [Lifecycle of a transaction](./transactions.md)
After reading the basics, head on to the [Core Reference](../core/README.md) for more advanced material.
-4
View File
@@ -6,10 +6,6 @@ order: 1
This document describes the in-built accounts system of Ethermint. {synopsis}
## Pre-requisite Readings
- [Anatomy of an SDK Application](./app-anatomy.md) {prereq}
## Cosmos SDK Accounts
<!-- TODO: -->
+1 -1
View File
@@ -26,4 +26,4 @@ The `AnteHandler` is a special `handler` that is run for every transaction durin
## Next {hide}
Learn more about the [Lifecycle of a transaction](./tx-lifecycle.md) {hide}
Learn about the [encoding](./../core/encoding.md) formats used on Ethermint {hide}
+1 -1
View File
@@ -42,4 +42,4 @@ duplicated in the embedding
## Next {hide}
Learn about the [encoding](./../core/encoding.md) formats used on Ethermint {hide}
Learn about how [gas](./gas.md) is used on Ethermint {hide}