All packages
investmade_robinhood_uniswap_v4

investmade_robinhood_uniswap_v4

pleasebepatientihaveautism
v0.1.1/163 downloads/Repository

Package ref

investmade-robinhood-uniswap-v4@v0.1.1

Run package

CLI

Run map_events from the command line.

substreams run investmade-robinhood-uniswap-v4@v0.1.1 map_events -e robinhood --start-block -1
Authenticate by running substreams auth or directly on thegraph.market (see docs).

README

Investmade Robinhood Uniswap v4

Streams decoded Uniswap v4 pool initialization and swap events from Robinhood Chain.

Overview

This package indexes the official Uniswap v4 PoolManager at 0x8366a39cc670b4001a1121b8f6a443a643e40951 from block 9070. It emits pool token metadata from Initialize and historical price/liquidity points from Swap for Investmade's AI market ranking and charts.

Modules

ModuleKindOutputDescription
map_eventsmapinvestmade.uniswap.v4.EventsDecoded Initialize and Swap events

Prerequisites

  • Substreams CLI
  • A The Graph Market API key

Quick Start

substreams run ./substreams.yaml map_events \
  --network robinhood \
  --start-block 9070 \
  --stop-block +1000 \
  --output jsonl

Modules

Execution graph

1 modules