Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 594 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 594 Bytes

Babylon Stake Indexer

A tool for tracking and analyzing Babylon stake transactions on the Bitcoin blockchain.

Features

  • Blockchain scanning via Bitcoin RPC
  • Detection and analysis of Babylon stake transactions
  • OP_RETURN data parsing
  • Finality Provider based statistics
  • Detailed reporting in JSON format

Installation

  1. Install requirements:
pip install -r requirements.txt
  1. Create .env file and add required variables:
BTC_RPC_URL="your_rpc_url_here"
SCAN_RANGE="10" # Number of blocks to scan from the current block
  1. Run:
python btc.py