Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

pillarwallet/gasstation-express-oracle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

usage: python3 gasExpress.py

requirements: pip3 install -r requirements.txt

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.3%
  • Shell 13.7%