Skip to content

The Ethereum-Deposit-Tracker project is a Python script that monitors the Ethereum blockchain for transactions involving the Beacon Deposit Contract address and logs the details of these transactions to a file.

Notifications You must be signed in to change notification settings

sohamadoni/Ethereum-Deposit-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

ETH Deposit Tracker

This project monitors the Ethereum blockchain for transactions involving the Beacon Deposit Contract address and logs the details of these transactions to a file.

Table of Contents

  • Prerequisites
  • Installation
  • Usage
  • Configuration
  • Logging
  • Contributing
  • License

Prerequisites

  • Python 3.6+
  • Alchemy API key

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/eth-deposit-tracker.git
    cd eth-deposit-tracker
  2. Set up a virtual environment:
      python -m venv eth_tracker_env
     source eth_tracker_env/bin/activate  # On Windows use `eth_tracker_env\Scripts\activate
  3. Install required libraries
      pip install web3
  4. Update the script:
   Open the eth_deposit_tracker.py file in a text editor.
    Replace the placeholder values with your actual Alchemy API URL and the Beacon Deposit Contract address.

About

The Ethereum-Deposit-Tracker project is a Python script that monitors the Ethereum blockchain for transactions involving the Beacon Deposit Contract address and logs the details of these transactions to a file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published