Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skip-mev/feemarket

Plug-and-play fee market module for Cosmos SDK chains
https://github.com/skip-mev/feemarket

Last synced: 4 days ago
JSON representation

Plug-and-play fee market module for Cosmos SDK chains

Awesome Lists containing this project

README

        

# `x/feemarket` Module

## Abstract

The feemarket module is an implementation of the Additive Increase Multiplicative Decrease (AIMD) EIP-1559
feemarket. More information about the implementation can be found [here](./x/feemarket/README.md).

## Upgrading to Feemarket

More information about upgrading your chain to `x/feemarket` can be found in our dedicated [guide](docs/UPGRADING.md).

## Important Considerations for End-Users

Wallets, relayers and other end-users should refer to our [guide](docs/INTEGRATIONS.md) for using dynamic fees for transaction submission.

## Spec

A full specification for `x/feemarket` can be found [here](./docs/SPEC.md).