a2c26208ed
* add spec for feemarket * update spec from comments * update spec * update abstract * update with grpc query * add more content for tip section * update specs with latest behavior * cleanup unused store prefix * Update x/feemarket/spec/01_concepts.md * Apply suggestions from code review Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
10 lines
270 B
Markdown
10 lines
270 B
Markdown
<!--
|
|
order: 0
|
|
-->
|
|
|
|
# List of Modules
|
|
|
|
Here are the modules required in Ethermint :
|
|
|
|
- [EVM](evm/spec/README.md) - Implement the EVM as a Cosmos SDK module.
|
|
- [Fee Market](feemarket/spec/README.md) - Define a global variable fee for Cosmos transactions based on EIP-1559. |