Go to file
Roman Storm fc379287db
change spacing
2017-12-26 22:24:35 -08:00
LICENSE Initial commit 2017-12-24 16:02:33 -05:00
README.md change spacing 2017-12-26 22:24:35 -08:00
errors.json add publicserver 2017-12-26 22:22:11 -08:00
ethgasAPI.json add publicserver 2017-12-26 22:22:11 -08:00
gasExpress.py add publicserver 2017-12-26 22:22:11 -08:00
predictTable.json add publicserver 2017-12-26 22:22:11 -08:00
publicserver.py add publicserver 2017-12-26 22:22:11 -08:00
requirements.txt Initial Commit 2017-12-24 16:30:02 -05:00

README.md

gasstation-express

A Lightweight Ethereum Gas Price Oracle for Anyone Running a Full Node

This is a simple gas price oracle that can be used if you are running a local geth or parity node. It will look at gasprices over the last 200 blocks and provide gas price estimates based on the minimum gas price accepted in a percentage of blocks.

requirements: pip3 install -r requirements.txt

usage: python3 gasExpress.py
for public server: python3 publicserver.py

API:
/ - JSON results
/health - Ok/ Notok