{"id":24016910,"url":"https://github.com/gibz104/exex-indexer","last_synced_at":"2025-09-14T17:31:05.468Z","repository":{"id":249576651,"uuid":"831892127","full_name":"gibz104/exex-indexer","owner":"gibz104","description":"Ethereum indexer using Reth Execution Extensions (ExEx)","archived":false,"fork":false,"pushed_at":"2025-08-01T02:31:28.000Z","size":1523,"stargazers_count":20,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-01T04:11:04.467Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gibz104.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-07-21T23:18:39.000Z","updated_at":"2025-08-01T02:31:31.000Z","dependencies_parsed_at":"2025-04-08T18:42:21.974Z","dependency_job_id":null,"html_url":"https://github.com/gibz104/exex-indexer","commit_stats":null,"previous_names":["gibz104/exex-indexer"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/gibz104/exex-indexer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gibz104%2Fexex-indexer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gibz104%2Fexex-indexer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gibz104%2Fexex-indexer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gibz104%2Fexex-indexer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gibz104","download_url":"https://codeload.github.com/gibz104/exex-indexer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gibz104%2Fexex-indexer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275139269,"owners_count":25412218,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-08T09:01:02.101Z","updated_at":"2025-09-14T17:31:05.446Z","avatar_url":"https://github.com/gibz104.png","language":"Rust","funding_links":[],"categories":["Execution Extensions (ExExes) ##"],"sub_categories":[],"readme":"# \u003ch1 align=\"center\"\u003eexex-indexer\u003c/h1\u003e\n\n**A real-time Ethereum indexer that writes on-chain data to a postgres database.\nReth's Execution Extensions (ExEx) framework is used for efficient real-time block notifications and processing.\nDatasets are meant to be curated and shifted-left in your data pipeline as much as possible.**\n\n[![Build](https://github.com/gibz104/exex-indexer-priv/actions/workflows/build.yml/badge.svg)](https://github.com/gibz104/exex-indexer-priv/actions/workflows/build.yml)\n\n# Datasets\n\n- Datasets are defined in the `/datasets` directory (one file per dataset)\n- These dataset files contain all the logic to parse the on-chain data either by calling the internal node's EthApi, \n  reading from Reth's MDBX database, or simply looping through blocks, logs, or receipts provided by the ExEx.\n- Individual datasets can be turned on/off in `config.yaml` prior to starting the node\n- Specific Uniswap pool addresses can be specified in `config.yaml` for the volume \u0026 tvl datasets\n\n| Dataset                 | Postgres Table Name         | Description                                        |\n|-------------------------|-----------------------------|----------------------------------------------------|\n| Headers                 | headers                     | Block headers from committed blocks                |\n| Transactions            | transactions                | Transactions from committed blocks                 |\n| Logs                    | logs                        | Event logs from transaction receipts               |\n| Traces                  | traces                      | Block traces for committed transactions            |\n| ERC-20 Transfers        | erc20_transfers             | ERC-20 transfers from event logs                   |\n| ERC-20 Metadata         | erc20_metadata              | ERC-20 metadata for newly created ERC-20 contracts |\n| Native Transfers        | native_transfers            | Native ETH transfers from block traces             |\n| Contracts               | contracts                   | New contract creations from block traces           |\n| Uniswap v2 Pools        | uni_v2_pools                | New Uniswap v2 pool creations and their metadata   |\n| Uniswap v3 Pools        | uni_v3_pools                | New Uniswap v3 pool creations and their metadata   |\n| Uniswap v4 Pools        | uni_v4_pools                | New Uniswap v4 pool creations and their metadata   |\n| Uniswap v2 Volume \u0026 TVL | uni_v2_pools_volume_and_tvl | Volume \u0026 TVL for predefined Uniswap v2 pools       |\n| Uniswap v3 Volume \u0026 TVL | uni_v3_pools_volume_and_tvl | Volume \u0026 TVL for predefined Uniswap v3 pools       |\n\n# Setup\n\n1. Ensure you have Rust and Cargo installed\n2. Clone this repository\n3. Set the `DATABASE_URL` environment variable to your Postgres connection string\n    * example: `postgresql://username:password@host:port/database`\n4. Build and run the project with `cargo run`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgibz104%2Fexex-indexer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgibz104%2Fexex-indexer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgibz104%2Fexex-indexer/lists"}