{"id":21347115,"url":"https://github.com/kybernetwork/evmlistener","last_synced_at":"2025-12-14T21:37:12.593Z","repository":{"id":64300990,"uuid":"564199758","full_name":"KyberNetwork/evmlistener","owner":"KyberNetwork","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-09T18:47:46.000Z","size":6733,"stargazers_count":5,"open_issues_count":1,"forks_count":8,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-07-10T03:40:05.689Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KyberNetwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-11-10T07:53:17.000Z","updated_at":"2025-04-21T11:27:36.000Z","dependencies_parsed_at":"2023-09-27T16:13:13.899Z","dependency_job_id":"f8d7ef4b-d204-4fa4-96a0-dbed416a76dc","html_url":"https://github.com/KyberNetwork/evmlistener","commit_stats":{"total_commits":91,"total_committers":4,"mean_commits":22.75,"dds":"0.46153846153846156","last_synced_commit":"a4837d54d1ad38c5c6b127670c18a9ef123b0ff6"},"previous_names":[],"tags_count":50,"template":false,"template_full_name":null,"purl":"pkg:github/KyberNetwork/evmlistener","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyberNetwork%2Fevmlistener","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyberNetwork%2Fevmlistener/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyberNetwork%2Fevmlistener/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyberNetwork%2Fevmlistener/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KyberNetwork","download_url":"https://codeload.github.com/KyberNetwork/evmlistener/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyberNetwork%2Fevmlistener/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265025413,"owners_count":23699740,"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":[],"created_at":"2024-11-22T02:12:42.881Z","updated_at":"2025-12-14T21:37:12.510Z","avatar_url":"https://github.com/KyberNetwork.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blockchain Listener\n\nBlockchain Listener is a service that will listen for blockchain events and publish them to queue.\n\n## Quick Start\n\nClone code into local machine:\n\n```sh\ngit clone git@github.com:KyberNetwork/evmlistener.git\ncd evmlistener\n```\n\nCreate environment file with following content, `listener.env`:\n\n```sh\nexport WS_RPC=\"wss://polygon.kyberengineering.io\"\nexport HTTP_RPC=\"https://polygon.kyberengineering.io\"\nexport SANITY_NODE_RPC=\"https://polygon.kyberengineering.io\"\nexport SANITY_CHECK_INTERVAL=10s\nexport LOG_LEVEL=\"debug\"\n\nexport SENTRY_DNS=\"\"\nexport SENTRY_LEVEL=\"error\"\n\nexport REDIS_MASTER_NAME=\"\"\nexport REDIS_ADDRS=\"localhost:6379\"\nexport REDIS_DB=0\nexport REDIS_USERNAME=\"\"\nexport REIDS_PASSWORD=\"\"\nexport REDIS_KEY_PREFIX=\"test-listener-polygon:\"\nexport REDIS_READ_TIMEOUT=0\nexport REIDS_WRITE_TIMEOUT=0\n\nexport PUBLISHER_TOPIC=\"test-listener-polygon-topic\"\nexport PUBLISHER_MAX_LEN=10\n\nexport MAX_NUM_BLOCKS=128\nexport BLOCK_EXPIRATION=10m\n```\n\nStart docker for redis:\n\n```sh\ndocker-compose up -d\n```\n\nRun service:\n\n```sh\nsource listener.env\ngo run ./cmd/listener/main.go\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkybernetwork%2Fevmlistener","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkybernetwork%2Fevmlistener","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkybernetwork%2Fevmlistener/lists"}