Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/skip-mev/feemarket
- Owner: skip-mev
- License: apache-2.0
- Created: 2023-11-08T19:27:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-20T16:10:32.000Z (6 months ago)
- Last Synced: 2024-05-21T05:06:11.821Z (6 months ago)
- Language: Go
- Size: 1.07 MB
- Stars: 10
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
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` 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).