{"id":20138299,"url":"https://github.com/pinax-network/firehose-antelope","last_synced_at":"2025-06-16T01:32:50.525Z","repository":{"id":60435386,"uuid":"543036444","full_name":"pinax-network/firehose-antelope","owner":"pinax-network","description":"Firehose implementation for Antelope","archived":false,"fork":false,"pushed_at":"2025-05-05T10:13:09.000Z","size":23568,"stargazers_count":10,"open_issues_count":8,"forks_count":1,"subscribers_count":6,"default_branch":"develop","last_synced_at":"2025-05-05T11:24:52.862Z","etag":null,"topics":["antelope","firehose","streamingfast","thegraph"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","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,"zenodo":null}},"created_at":"2022-09-29T09:35:40.000Z","updated_at":"2025-05-05T10:11:13.000Z","dependencies_parsed_at":"2023-10-11T15:18:39.284Z","dependency_job_id":"71e756fb-2364-40c0-ac4d-3fd4e1643614","html_url":"https://github.com/pinax-network/firehose-antelope","commit_stats":null,"previous_names":["eos-nation/firehose-antelope"],"tags_count":118,"template":false,"template_full_name":null,"purl":"pkg:github/pinax-network/firehose-antelope","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinax-network%2Ffirehose-antelope","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinax-network%2Ffirehose-antelope/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinax-network%2Ffirehose-antelope/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinax-network%2Ffirehose-antelope/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pinax-network","download_url":"https://codeload.github.com/pinax-network/firehose-antelope/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinax-network%2Ffirehose-antelope/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260081458,"owners_count":22956117,"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":["antelope","firehose","streamingfast","thegraph"],"created_at":"2024-11-13T21:37:17.436Z","updated_at":"2025-06-16T01:32:50.501Z","avatar_url":"https://github.com/pinax-network.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Firehose on Antelope\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nThis is the Antelope chain-specific implementation part of firehose-core and enables both\n[Firehose](https://firehose.streamingfast.io/introduction/firehose-overview)\nand [Substreams](https://substreams.streamingfast.io) on Antelope chains with native blocks.\n\n## For Developers\n\nTo get started with Firehose and Substreams, you need to sign up on https://app.pinax.network to get yourself an api\nkey. You'll also find quickstarts there to get you started and all of our available endpoints (we currently provide both\nFirehose and Substreams endpoints for EOS, WAX and Telos, as well as different testnets).\n\nFor connecting to **Firehose** endpoints, you'll need the Protobufs which are published on\n[buf.build](https://buf.build/pinax/firehose-antelope/docs/main). Some Golang example code on how to set up a Firehose\nclient can be found [here](https://github.com/pinax-network/firehose-examples-go).\n\nTo **consume** Antelope Substreams, please have a look at the\n[documentation](https://substreams.streamingfast.io/documentation/consume). You can also find Substreams to deploy in\nour Substreams repository [here](https://github.com/pinax-network/substreams) and on\n[substreams.dev](https://substreams.dev).\n\nTo **develop** Antelope Substreams, have a look at\nthe [documentation](https://substreams.streamingfast.io/documentation/develop) here and at the Pinax SDK for Antelope\nSubstreams which can be found [here](https://github.com/pinax-network/substreams-antelope).\n\nA collection of resources around Substreams can also be found\non [Awesome Substreams](https://github.com/pinax-network/awesome-substreams).\n\n### Subgraphs\n\nAlthough The Graph does not officially support any Antelope chains yet, it's possible to write Subgraphs based on\nSubstreams and set up your own Graph node. You can find an\nexample [here](https://github.com/pinax-network/eosio.token-subgraph) on how to achieve this.\n\n## For Operators\n\nPlease have a look at the documentation [here](https://firehose.streamingfast.io) on how to set up your own Firehose \u0026\nSubstreams stack. Note that indexing larger Antelope chains such as EOS or WAX requires parallel processing of the chain\nand a lot of resources to have the indexing done in a reasonable time frame.\n\n### Versioning\n\nIn case you are running an Antelope chain on the leap codebase, please stay on the v1 releases. For spring nodes use v2.\n\n### EOS EVM\n\nThis implementation provides native Antelope blocks, including all Antelope specific block data. In case you are looking\nfor operating Firehose \u0026 Substreams for EOS EVM, please have a look at\nthe [firehose-ethereum](https://github.com/streamingfast/firehose-ethereum) repository; it provides a generic EVM poller\nthat creates the Firehose blocks using an RPC node.\n\n## Support\n\nIn case of any questions around the Pinax endpoints or technology, feel free to hit us on\nour [Discord server](https://discord.gg/pinax). For more generic questions around Substreams, you might also find the\n[Streamingfast Discord server](https://discord.gg/jZwqxJAvRs) useful.\n\n## License\n\n[Apache 2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinax-network%2Ffirehose-antelope","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpinax-network%2Ffirehose-antelope","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinax-network%2Ffirehose-antelope/lists"}