{"id":34176027,"url":"https://github.com/grassrootseconomics/eth-indexer","last_synced_at":"2026-03-12T13:43:46.193Z","repository":{"id":243644829,"uuid":"790706245","full_name":"grassrootseconomics/eth-indexer","owner":"grassrootseconomics","description":"Index GE activity on any EVM chain","archived":false,"fork":false,"pushed_at":"2025-11-05T15:48:38.000Z","size":138,"stargazers_count":0,"open_issues_count":13,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-12-18T10:04:44.918Z","etag":null,"topics":["blockchain","blockchain-events","celo","ethereum","indexer"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grassrootseconomics.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-23T11:32:29.000Z","updated_at":"2025-11-05T15:48:42.000Z","dependencies_parsed_at":"2024-06-26T01:55:11.159Z","dependency_job_id":"b7b2e639-ed39-4350-be6f-54759562a585","html_url":"https://github.com/grassrootseconomics/eth-indexer","commit_stats":null,"previous_names":["grassrootseconomics/celo-indexer","grassrootseconomics/eth-indexer"],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/grassrootseconomics/eth-indexer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grassrootseconomics%2Feth-indexer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grassrootseconomics%2Feth-indexer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grassrootseconomics%2Feth-indexer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grassrootseconomics%2Feth-indexer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grassrootseconomics","download_url":"https://codeload.github.com/grassrootseconomics/eth-indexer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grassrootseconomics%2Feth-indexer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30427346,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T12:46:33.731Z","status":"ssl_error","status_checked_at":"2026-03-12T12:42:20.405Z","response_time":114,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["blockchain","blockchain-events","celo","ethereum","indexer"],"created_at":"2025-12-15T12:23:42.356Z","updated_at":"2026-03-12T13:43:46.185Z","avatar_url":"https://github.com/grassrootseconomics.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eth-indexer\n\n![GitHub Tag](https://img.shields.io/github/v/tag/grassrootseconomics/eth-indexer)\n\nA lightweight Postgres chain indexer designed to couple with\n[eth-tracker](https://github.com/grassrootseconomics/eth-tracker) to index all\nrelevant GE related blockchain data on any EVM chain.\n\n## Getting Started\n\n### Prerequisites\n\n- Git\n- Docker\n- Postgres server\n- Access to a `eth-tracker` instance\n\nSee [docker-compose.yaml](dev/docker-compose.yaml) for an example on how to run\nand deploy a single instance.\n\n### 1. Build the Docker image\n\nWe provide pre-built images for `linux/amd64`. See the packages tab on Github.\n\nIf you are on any other platform:\n\n```bash\ngit clone https://github.com/grassrootseconomics/eth-indexer.git\ncd eth-indexer\ndocker buildx build --build-arg BUILD=$(git rev-parse --short HEAD) --tag eth-indexer:$(git rev-parse --short HEAD) --tag eth-indexer:latest .\ndocker images\n```\n\n### 2. Run Postgres\n\nFor an example, see `dev/docker-compose.postgres.yaml`.\n\n### 3. Update config values\n\nSee `.env.example` on how to override default values defined in `config.toml`\nusing env variables. Alternatively, mount your own config.toml either during\nbuild time or Docker runtime.\n\n```bash\n# Override only specific config values\nnano .env.example\nmv .env.example .env\n```\n\nSpecial env variables:\n\n- DEV=*\n\nRefer to [`config.toml`](config.toml) to understand different config value\nsettings.\n\n### 4. Run the indexer\n\n```bash\ncd dev\ndocker compose up\n```\n\n## License\n\n[AGPL-3.0](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrassrootseconomics%2Feth-indexer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrassrootseconomics%2Feth-indexer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrassrootseconomics%2Feth-indexer/lists"}