https://github.com/flashbots/curve-based-bundle-pricing
https://github.com/flashbots/curve-based-bundle-pricing
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/flashbots/curve-based-bundle-pricing
- Owner: flashbots
- Created: 2021-04-13T16:46:13.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-13T16:49:36.000Z (about 5 years ago)
- Last Synced: 2025-04-11T20:48:01.173Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 459 KB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Curve-based gas price estimator
Data gathering and model to estimate gas price as a function of position in the block from a parameterized curved anchored in prior-block data.
- `/src`: jupyter notebook with data collection, analysis and model
- `/data`: some colleted gas data for running the script
To run, you will need to have jupyter and the relevant python libraries installed (`pip install jupyterlab`, `pip install `), or try the online [jupyter nbviewer](https://nbviewer.jupyter.org/) for a static version.