Skip to content

StackOverflowExcept1on/ethereum-fee-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ethereum-fee-calculator

Usage

usage: ethereum_fee_calculator.py [-h] rpc_url gas_used

calculates fees in USD for the ethereum blockchain

positional arguments:
  rpc_url
  gas_used

Example

./ethereum_fee_calculator.py https://cloudflare-eth.com 21000

1 ETH: 1219.47$
gas price: 10.68920662 gwei (also see https://etherscan.io/gastracker)
fee: 0.00022447 ETH <=> 0.27373850$

About

converts "gas used" to ETH & USD

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages