https://github.com/zewebdev1337/eth-scanner-py
Python example program using Web3.py to get new contract creation events.
https://github.com/zewebdev1337/eth-scanner-py
Last synced: 5 months ago
JSON representation
Python example program using Web3.py to get new contract creation events.
- Host: GitHub
- URL: https://github.com/zewebdev1337/eth-scanner-py
- Owner: zewebdev1337
- Created: 2023-11-10T22:23:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-11T04:11:44.000Z (over 2 years ago)
- Last Synced: 2025-10-14T16:07:33.250Z (5 months ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ETH Contract Creation Scanner
### Usage
[Generate Web3 Infura API Key](https://app.infura.io/) and store it as APIKEY in ./.env
`pip install -r req`
`python main.py`