Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/philogicae/simple_gas_fees_eip1559
- Owner: philogicae
- Created: 2022-05-31T19:41:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T21:13:28.000Z (over 2 years ago)
- Last Synced: 2024-11-10T23:04:31.599Z (3 months ago)
- Topics: estimate, evm, fee, gas, price, priority, python, transaction, web3, web3py
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```