{"id":20527707,"url":"https://github.com/jovijovi/ether-crawler","last_synced_at":"2026-05-08T08:34:23.878Z","repository":{"id":59829729,"uuid":"538772174","full_name":"jovijovi/ether-crawler","owner":"jovijovi","description":"A transaction crawler for the Ethereum ecosystem.","archived":false,"fork":false,"pushed_at":"2022-10-26T09:53:30.000Z","size":610,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-08T22:31:00.280Z","etag":null,"topics":["blockchain","crawler","ether","ethereum","transaction"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/jovijovi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-20T02:07:06.000Z","updated_at":"2023-03-14T23:11:15.000Z","dependencies_parsed_at":"2023-01-20T13:31:44.995Z","dependency_job_id":null,"html_url":"https://github.com/jovijovi/ether-crawler","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/jovijovi/ether-crawler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jovijovi%2Fether-crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jovijovi%2Fether-crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jovijovi%2Fether-crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jovijovi%2Fether-crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jovijovi","download_url":"https://codeload.github.com/jovijovi/ether-crawler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jovijovi%2Fether-crawler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32773171,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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","crawler","ether","ethereum","transaction"],"created_at":"2024-11-15T23:19:55.820Z","updated_at":"2026-05-08T08:34:23.858Z","avatar_url":"https://github.com/jovijovi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ether Crawler\n\n[![GitHub Actions](https://github.com/jovijovi/ether-crawler/workflows/Test/badge.svg)](https://github.com/jovijovi/ether-crawler)\n\nTransactions crawler for the Ethereum ecosystem.\n\n## Features\n\n- Dump `transfer coin` transaction to database\n- Support [PostgreSQL](https://www.postgresql.org), [MySQL](https://www.mysql.com) and [SQLite](https://www.sqlite.org) \n- Custom crawler concurrency options\n\n## Supported Chains\n\n- [Ethereum](https://ethereum.org/)\n- [Polygon](https://polygon.technology/)\n\n## Development Environment\n\n- typescript `4.8.4`\n- node `v16.18.0`\n- ts-node `v10.9.1`\n- yarn `v1.22.19`\n\n## Quick Guide\n\n- Install dependency\n\n  ```shell\n  yarn\n  ```\n\n- Build code\n\n  Install all dependencies and compile code.\n\n  ```shell\n  make build\n  ```\n\n- DEV environment dependency\n\n  - Setup\n\n    ```shell\n    cd ./devenv\n    ./dev.sh up\n    cd ..\n    ```\n\n  - Shutdown\n\n    ```shell\n    ./dev.sh down\n    ```\n\n- Build docker image\n\n  ```shell\n  make docker\n  ```\n\n- Run\n\n    - Params\n\n        - `--config` Config filepath. Example:\n\n          ```shell\n          ts-node ./src/main/index.ts --config ./conf/app.config.yaml\n          ```\n\n    - Run code directly by `ts-node`\n\n      ```shell\n      yarn dev-run --config ./conf/app.config.yaml\n      ```\n\n    - Run compiled code by `node`\n\n      ```shell\n      yarn dist-run --config ./conf/app.config.yaml\n      ```\n\n- Clean\n\n  ```shell\n  make clean\n  ```\n\n## Roadmap\n\n- Support more transaction type\n- Improve performance\n- UT\n- Resume job from interruption\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjovijovi%2Fether-crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjovijovi%2Fether-crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjovijovi%2Fether-crawler/lists"}