An open API service indexing awesome lists of open source software.

https://github.com/stackoverflowexcept1on/ethereum-fee-calculator

converts "gas used" to ETH & USD
https://github.com/stackoverflowexcept1on/ethereum-fee-calculator

ethereum web3py

Last synced: 10 months ago
JSON representation

converts "gas used" to ETH & USD

Awesome Lists containing this project

README

          

### 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$
```