https://github.com/skip-mev/feemarket
Plug-and-play fee market module for Cosmos SDK chains
https://github.com/skip-mev/feemarket
Last synced: 1 day ago
JSON representation
Plug-and-play fee market module for Cosmos SDK chains
- Host: GitHub
- URL: https://github.com/skip-mev/feemarket
- Owner: skip-mev
- License: apache-2.0
- Created: 2023-11-08T19:27:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-10T19:50:19.000Z (about 1 month ago)
- Last Synced: 2025-12-11T06:26:22.418Z (about 1 month ago)
- Language: Go
- Size: 1.46 MB
- Stars: 30
- Watchers: 3
- Forks: 30
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-ccamel - skip-mev/feemarket - Plug-and-play fee market module for Cosmos SDK chains (Go)
README
# ⚠️ x/feemarket - No Longer Maintained ⚠️
🚨 **This project is no longer being maintained and will not be supported by current integrators.** If you wish to use this project, we strongly recommend forking and maintaining the code for any dependency or feature improvements you require. 🚨
---
# `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).