{"id":42598997,"url":"https://github.com/nspcc-dev/neo-exporter","last_synced_at":"2026-01-29T00:16:21.124Z","repository":{"id":220494912,"uuid":"330442746","full_name":"nspcc-dev/neo-exporter","owner":"nspcc-dev","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-11T07:26:05.000Z","size":546,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-11-11T09:13:51.665Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nspcc-dev.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-01-17T17:06:17.000Z","updated_at":"2025-10-15T07:46:54.000Z","dependencies_parsed_at":"2024-03-04T11:26:33.878Z","dependency_job_id":"92129655-c3a8-4d88-abea-e84feded71e9","html_url":"https://github.com/nspcc-dev/neo-exporter","commit_stats":null,"previous_names":["nspcc-dev/neo-exporter"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/nspcc-dev/neo-exporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nspcc-dev%2Fneo-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nspcc-dev%2Fneo-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nspcc-dev%2Fneo-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nspcc-dev%2Fneo-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nspcc-dev","download_url":"https://codeload.github.com/nspcc-dev/neo-exporter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nspcc-dev%2Fneo-exporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28857415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T22:56:21.783Z","status":"ssl_error","status_checked_at":"2026-01-28T22:56:00.861Z","response_time":57,"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":[],"created_at":"2026-01-29T00:16:19.940Z","updated_at":"2026-01-29T00:16:21.114Z","avatar_url":"https://github.com/nspcc-dev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neo Exporter\n\nExport various data from Neo chains as Prometheus metrics. Special support is\nprovided for NeoFS contracts (deployed into FS chains). Metrics are updated\nregularly and can then be scraped/stored/analysed/visualized in various ways\n(VictoriaMetrics/Grafana).\n\n## Available options\n\nSee [config examples](./config) for all available options.\n\nYou can provide a config for neo-exporter:\n\n```shell\n$ neo-exporter --config config.yaml\n```\n\nAlso, you can provide all options using env variables.\n\n### nep17tracker\n\nAllows to monitor native nep17 contracts and accounts.\n\n```yaml\nnep17:\n    # Native GAS contract. Possible \"contract\" names are Gas, GAS, gas\n    - contract: \"Gas\" \n      label: \"Gas\" # Human readable contract label\n      totalSupply: true # allows to return the total token supply currently available.\n      balanceOf: # account list can be set via two formats in any combination\n        - 3c3f4b84773ef0141576e48c3ff60e5078235891\n    # Native Neo contract. Possible \"contract\" names are Neo, NEO, neo\n    - contract: \"Neo\"\n      label: \"Neo\"\n      balanceOf:\n        - NSPCCpw8YmgNDYWiBfXJHRfz38NDjv6WW3\n        - NSPCCa2T6nc2kYcgWC2k68boyGgc9YdKsj\n```\n\nAny custom nep17 contract can be configured:\n\n```yaml\nnep17:\n    # set-up contract hash\n    - contract: \"3c3f4b84773ef0141576e48c3ff60e5078235891\"\n      label: \"SomeContractName\"\n      balanceOf:\n        - NSPCCpw8YmgNDYWiBfXJHRfz38NDjv6WW3\n        - NSPCCa2T6nc2kYcgWC2k68boyGgc9YdKsj\n```\n\nNeoFS balance contract can be configured with next config:\n\n```yaml\nnep17:\n    - contract: \"balance\"\n      label: \"neofs_balance\"\n      totalSupply: true\n      balanceOf:\n        - NagentXDvR5c3pQ4gxXpqZjMoUpKVCUMmB\n```\n\nIf contract has NNS record, you may configure tracker to monitor it. Just use NNS name in contract:\n\n```yaml\nnep17:\n    - contract: \"\u003ccontract_nns_name\u003e\"\n      label: \"\u003ccontract_name\u003e\"\n      balanceOf:\n        - NagentXDvR5c3pQ4gxXpqZjMoUpKVCUMmB\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnspcc-dev%2Fneo-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnspcc-dev%2Fneo-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnspcc-dev%2Fneo-exporter/lists"}