Skip to content
View thedarkhorse934's full-sized avatar

Block or report thedarkhorse934

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
thedarkhorse934/README.md

Hi, I’m thedarkhorse934 👋

Blockchain developer focused on on-chain observability, blockchain intelligence, and DeFi monitoring systems.

I enjoy building tools that monitor live blockchain activity and help explain what is happening inside decentralised networks.

My work focuses on real-time blockchain monitoring, whale detection, liquidity analysis, and behavioural signals across on-chain markets.


🔭 Monitoring & Intelligence Systems

These projects focus on observing blockchain behaviour in real time and extracting meaningful signals from raw on-chain data.

Uniswap Observatory

Real-time monitoring engine for Uniswap V2 liquidity pools.

Tracks:

  • Liquidity changes
  • Swap activity
  • Flow intensity
  • Volatility regimes
  • Liquidity depth fragility
  • MEV-style activity signals

Built using Node.js + ethers.js + Ethereum mainnet RPC.


Bitcoin Whale Radar

Terminal-based monitoring tool that detects large Bitcoin transfers and whale movements directly from blockchain data.

Features:

  • Whale transaction detection
  • Block monitoring
  • Exchange flow observation
  • Real-time whale alerts

Built using Node.js and mempool.space API.


BTC Intelligence Terminal (In Development)

A terminal-based system designed to monitor large Bitcoin transactions and behavioural signals across the BTC network.

Planned capabilities include:

  • Whale transfer analysis
  • Exchange flow monitoring
  • Transaction pattern detection
  • Behavioural signals from large wallets

🏗️ Additional Projects

Token Analyzer

CLI-based ERC-20 token analysis tool for inspecting token contracts and metadata.


Python Smart Contract Interaction

Python applications that interact with Ethereum smart contracts.

Includes:

  • Read-only state inspection
  • Signed state-changing transactions

AI Blockchain Explainer

Python tool that converts raw Ethereum transaction data into plain-English explanations.


JMTK ERC-20 Token

Custom ERC-20 token deployed and verified on Sepolia testnet, integrated with MetaMask.


Solidity Learning Portfolio

Collection of Solidity contracts exploring:

  • Storage patterns
  • Ether transfers
  • Access control
  • Events
  • Smart contract design patterns

🎯 Current Focus

  • Building blockchain monitoring and intelligence tools
  • Expanding observability systems beyond Ethereum DeFi
  • Developing the BTC Intelligence Terminal
  • Exploring AI-assisted blockchain analysis

💻 Tech Stack

Solidity | Ethereum | OpenZeppelin | Hardhat JavaScript / Node.js | ethers.js Python | On-chain data analysis CLI monitoring tools | Git | GitHub


🤝 Let’s Connect

Interested in contributing to blockchain analytics, monitoring infrastructure, and data-driven crypto projects.

Always happy to collaborate, learn from experienced developers, and explore new ideas in the blockchain space.

Pinned Loading

  1. JMTK-ERC-20-Token JMTK-ERC-20-Token Public

    JMTK is an ERC-20 token built with OpenZeppelin, featuring minting roles, capped supply, burning, snapshots, and permit signatures. Designed for learning, testing, and showcasing secure smart-contr…

    Solidity

  2. uniswap-v2-monitor uniswap-v2-monitor Public

    CLI tool that monitors Uniswap V2 USDC/WETH liquidity to compute on-chain ETH/USD prices and emit configurable alerts.

    JavaScript

  3. uniswap-observatory-v1 uniswap-observatory-v1 Public

    Local monitoring tool for Uniswap pools that detects liquidity depth changes, price movement, and risk signals in real time via a Node.js engine and dashboard viewer.

    JavaScript

  4. bitcoin-whale-radar bitcoin-whale-radar Public

    Real-time Bitcoin whale transaction monitor with a terminal-style dashboard built using Node.js.

    JavaScript