forked from cerc-io/laconicd-deprecated
docs: fixes and websockets guide (#361)
* docs: fixes and websockets guide * minor fixes
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user