Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/philogicae/simple_gas_fees_eip1559

Simple gas fees estimator for EIP-1559 / EVM-compatible blockchains for web3.py
https://github.com/philogicae/simple_gas_fees_eip1559

estimate evm fee gas price priority python transaction web3 web3py

Last synced: 24 days ago
JSON representation

Simple gas fees estimator for EIP-1559 / EVM-compatible blockchains for web3.py

Awesome Lists containing this project

README

        

# simple_gas_fees_eip1559

Simple gas fees estimator for EIP-1559 / EVM-compatible blockchains for web3.py

Docs: https://notes.ethereum.org/@vbuterin/eip-1559-faq

## Requirements

```bash
pip install -r requirements.txt
```