{"id":13567098,"url":"https://github.com/subquery/subql-cosmos","last_synced_at":"2025-04-05T02:05:35.924Z","repository":{"id":37016909,"uuid":"495587875","full_name":"subquery/subql-cosmos","owner":"subquery","description":"A fork of Subql for cosmos support","archived":false,"fork":false,"pushed_at":"2025-03-09T22:45:10.000Z","size":36236,"stargazers_count":21,"open_issues_count":10,"forks_count":20,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-29T01:04:21.692Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/subquery.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2022-05-23T22:07:37.000Z","updated_at":"2025-03-09T22:43:55.000Z","dependencies_parsed_at":"2023-10-25T04:25:05.391Z","dependency_job_id":"e439e96c-c616-4780-8db5-cdd27f3581ea","html_url":"https://github.com/subquery/subql-cosmos","commit_stats":{"total_commits":1918,"total_committers":35,"mean_commits":54.8,"dds":0.6287799791449427,"last_synced_commit":"d58ae393e664ba7f2f03c43777d54e4fd140615a"},"previous_names":[],"tags_count":161,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subquery%2Fsubql-cosmos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subquery%2Fsubql-cosmos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subquery%2Fsubql-cosmos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subquery%2Fsubql-cosmos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/subquery","download_url":"https://codeload.github.com/subquery/subql-cosmos/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276163,"owners_count":20912288,"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-08-01T13:02:23.519Z","updated_at":"2025-04-05T02:05:35.902Z","avatar_url":"https://github.com/subquery.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Welcome to SubQuery!\n\n**Flexible, reliable, and decentralised APIs for your web3 project**\n\nSubQuery is an Open, Flexible, Fast and Universal data indexing framework for web3. Our mission is to help developers create the decentralised products of the future. \n\nSubQuery allows every Substrate/Polkadot team to process and query their data. The project is inspired by the growth of data protocols serving the application layer and its aim is to help Polkadot/Substrate projects build better dApps by allowing anyone to reliably find and consume data faster. Today, anyone can query and extract Polkadot network data in only minutes and at no cost.\n\nThe future is multi-chain - SubQuery is no different. SubQuery is well on our way to support all leading blockchain networks with support for the following:\n\n- [Polkadot (and all Substrate networks)](https://academy.subquery.network/quickstart/quickstart_chains/polkadot.html)\n- [Ethereum] (https://academy.subquery.network/quickstart/quickstart_chains/ethereum-gravatar.html)\n- [Cosmos (and all CosmWasm and Ethermint networks)](https://academy.subquery.network/quickstart/quickstart_chains/cosmos.html)\n- [Avalanche (and all Avalanche Subnets)](https://academy.subquery.network/quickstart/quickstart_chains/avalanche.html)\n- [Algorand](https://academy.subquery.network/quickstart/quickstart_chains/algorand.html)\n- [Terra](https://academy.subquery.network/quickstart/quickstart_chains/terra.html)\n- [NEAR](https://academy.subquery.network/quickstart/quickstart_chains/near.html)\n- [Flare](https://academy.subquery.network/quickstart/quickstart_chains/flare.html)\n- [Polygon](https://academy.subquery.network/quickstart/quickstart_chains/polygon.html)\n- [BSC](https://academy.subquery.network/quickstart/quickstart_chains/bsc.html)\n\n## Get Started\n\n#### Create a SubQuery project\n\nYou can follow our [Quick Start Guide](https://academy.subquery.network/quickstart/quickstart.html) to learn how to create, initialize, build, and publish a new SubQuery Project using the `@subql/cli` tool.\n\n#### Learn and improve with our comprehensive documentation\n\nDig into every term, usecases, and best-practices that help you build a dApp which your users love. Take a look at our [detailed technical documentation](https://academy.subquery.network/build/introduction.html).\n\n#### Publish your SubQuery Project to our Managed Service\n\nDon't want to worry about running your own indexing infrastructure? SubQuery provides a [managed Service](https://explorer.subquery.network) with industry leading hosting so you can sleep easy. Trused by hundreds of projects with millions of daily requests, follow our publishing guide to see how you can upload your project to [SubQuery Projects](https://academy.subquery.network/run_publish/publish.html).\n\n#### Run your own Indexer and Query Service\n\n[Follow our guide](https://academy.subquery.network/run_publish/run.html) to run your own SubQuery local node that you can use to debug, test, and run you own GraphQL server\n\nYou're going to need to a Postgres database, a node to extract chain data, and a moderately powerful computer to run the indexer in the background.\n\nYou'll also use our custom-built GraphQL query service [`@subql/query`](https://www.npmjs.com/package/@subql/query) to interact with your SubQuery project.\n\n#### Components\n\n* [`@subql/cli`](packages/cli)\n* [`@subql/node`](packages/node)\n* [`@subql/query`](packages/query)\n* [`@subql/common`](packages/common)\n* [`@subql/common-substrate`](packages/common-substrate)\n* [`@subql/types`](packages/types)\n* [`@subql/validator`](packages/validator)\n\n## Contribute\n\nWe love contributions and feedback from the community. To contribute the code, we suggest starting by creating an issue in our main repository so we can give you support.\n\n## Copyright\n\nSubQuery is a project built with love from the team at [SubQuery](https://subquery.network) all the way from New Zealand \n\nCopyright © 2022 [SubQuery Pte Ltd](https://subquery.network) authors \u0026 contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubquery%2Fsubql-cosmos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubquery%2Fsubql-cosmos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubquery%2Fsubql-cosmos/lists"}