{"id":20138321,"url":"https://github.com/pinax-network/subtivity-substreams","last_synced_at":"2025-06-25T07:34:04.869Z","repository":{"id":65450085,"uuid":"585196177","full_name":"pinax-network/subtivity-substreams","owner":"pinax-network","description":"Subtivity Substreams - powered by Pinax","archived":false,"fork":false,"pushed_at":"2024-03-04T22:29:23.000Z","size":266,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-06-12T11:54:10.896Z","etag":null,"topics":["data-science","substreams","thegraph"],"latest_commit_sha":null,"homepage":"https://subtivity-substreams.vercel.app","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/pinax-network.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2023-01-04T15:03:26.000Z","updated_at":"2023-07-07T20:29:15.000Z","dependencies_parsed_at":"2023-11-16T21:52:01.971Z","dependency_job_id":"2bc88ecc-9caf-4b62-8a96-212732667ae5","html_url":"https://github.com/pinax-network/subtivity-substreams","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/pinax-network/subtivity-substreams","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinax-network%2Fsubtivity-substreams","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinax-network%2Fsubtivity-substreams/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinax-network%2Fsubtivity-substreams/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinax-network%2Fsubtivity-substreams/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pinax-network","download_url":"https://codeload.github.com/pinax-network/subtivity-substreams/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinax-network%2Fsubtivity-substreams/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261827385,"owners_count":23215738,"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","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":["data-science","substreams","thegraph"],"created_at":"2024-11-13T21:37:25.314Z","updated_at":"2025-06-25T07:34:04.842Z","avatar_url":"https://github.com/pinax-network.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `Subtivity` Substreams\n\n[\u003cimg alt=\"GitHub Workflow Status\" src=\"https://img.shields.io/github/actions/workflow/status/pinax-network/subtivity-substreams/ci.yml?branch=main\u0026style=for-the-badge\" height=\"20\"\u003e](https://github.com/pinax-network/subtivity-substreams/actions?query=branch%3Amain)\n\n\u003e Block level activity per for each supported chains **powered by Pinax**.\n\n## Data\n\n- [x] Transaction Count\n- [x] Action Count (Events)\n- [x] UAW (Unique Active Wallets)\n- [x] Blobs (Beacon Chain)\n\n## Chains\n\n- [x] Bitcoin\n- [x] EVM\n  - [x] Ethereum\n  - [x] Polygon\n  - [x] Binance Smart Chain\n  - [x] Optimism (OP)\n- [x] EVM (Testnets)\n  - [x] Goerli\n  - [x] Holesky\n  - [x] Sepolia\n  - [x] Rinkeby\n  - [x] Mumbai\n  - [x] Chapel (BSC)\n- [x] EVM Beacon Chain (Blobs)\n  - [ ] Ethereum (March 11, 2024)\n  - [ ] Gnosis (March 13, 2024)\n  - [x] Goerli\n  - [x] Holesky\n  - [x] Sepolia\n- [ ] EVM (RPC Poller)\n  - [ ] EOS EVM\n- [x] Antelope\n  - [x] EOS\n  - [x] WAX\n  - [x] Telos\n- [x] Near\n- [x] Starknet\n- [x] Arweave\n- [ ] ~~Cosmos~~\n  - [ ] ~~Osmosis~~\n\n## Map Outputs\n\n### `map_block_stats`\n\n```json\n{\n  \"transactionTraces\": \"213\",\n  \"traceCalls\": \"1093\",\n  \"uaw\": [\n    \"4239a4e3a00a5282b6df7c19bd16cbf761b2c21f\",\n    \"b18ccf69940177f3ec62920ddb2a08ef7cb16e8f\",\n    \"603288a144fabf14a6c9806e9baadc9dbc1e9fd6\",\n    \"0555262d2f4889522c3d7c0762d3c92e2ce817d1\",\n    \"dc7bda95b512f7b9feb17566b80fa6bca5bb1693\",\n    \"5c3efbafc55565d66312235428daf4988a4e41dc\",\n    ...\n  ],\n  \"blobs\": 0\n}\n```\n\n### Quickstart\n\n```\n$ make\n$ make run\n$ make gui\n```\n\n### Graph\n\n```mermaid\ngraph TD;\n  map_block_stats[map: map_block_stats]\n  sf.ethereum.type.v2.Block[source: sf.ethereum.type.v2.Block] --\u003e map_block_stats\n  sf.bitcoin.type.v1.Block[source: sf.bitcoin.type.v1.Block] --\u003e map_block_stats\n  sf.beacon.type.v1.Block[source: sf.beacon.type.v1.Block] --\u003e map_block_stats\n  sf.antelope.type.v1.Block[source: sf.antelope.type.v1.Block] --\u003e map_block_stats\n  sf.near.type.v1.Block[source: sf.near.type.v1.Block] --\u003e map_block_stats\n  sf.arweave.type.v1.Block[source: sf.arweave.type.v1.Block] --\u003e map_block_stats\n  zklend.starknet.type.v1.Block[source: zklend.starknet.type.v1.Block] --\u003e map_block_stats\n  graph_out[map: graph_out]\n  map_block_stats --\u003e graph_out\n  prom_out[map: prom_out]\n  map_block_stats --\u003e prom_out\n```\n\n### Modules\n\n```yaml\nPackage name: subtivity_ethereum\nVersion: v0.5.0\nDoc: Subtivity for Ethereum\nModules:\n----\nName: map_block_stats\nInitial block: 0\nKind: map\nOutput Type: proto:subtivity.v1.BlockStats\nHash: afad04cb610be9b544643c1c519f54ea7d2babbb\n\nName: graph_out\nInitial block: 0\nKind: map\nOutput Type: proto:sf.substreams.sink.entity.v1.EntityChanges\nHash: 8053a7cade8ca84faf1d3996d2102c9da436a52e\n\nName: prom_out\nInitial block: 0\nKind: map\nOutput Type: proto:pinax.substreams.sink.prometheus.v1.PrometheusOperations\nHash: eea553b4332bf33cb85bb9ac106bba97cc1ed126\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinax-network%2Fsubtivity-substreams","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpinax-network%2Fsubtivity-substreams","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinax-network%2Fsubtivity-substreams/lists"}