{"id":18781721,"url":"https://github.com/ignite/backend","last_synced_at":"2025-04-13T12:07:43.649Z","repository":{"id":38690276,"uuid":"492820051","full_name":"ignite/backend","owner":"ignite","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-08T03:22:48.000Z","size":128,"stargazers_count":3,"open_issues_count":5,"forks_count":5,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-04-13T12:07:37.782Z","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/ignite.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}},"created_at":"2022-05-16T12:13:09.000Z","updated_at":"2023-08-31T02:33:30.000Z","dependencies_parsed_at":"2023-01-24T11:31:12.663Z","dependency_job_id":null,"html_url":"https://github.com/ignite/backend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignite%2Fbackend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignite%2Fbackend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignite%2Fbackend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignite%2Fbackend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ignite","download_url":"https://codeload.github.com/ignite/backend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248710433,"owners_count":21149190,"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-07T20:33:14.196Z","updated_at":"2025-04-13T12:07:43.627Z","avatar_url":"https://github.com/ignite.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ignite Backend\n​\nIgnite Backend is a simple backend solution that allows indexing and retrieving data from a Cosmos blockchain through emitted events.\n\n## Requirements\n​\n- [Go](https://go.dev/)\n- [Protocol Buffer Compiler (protoc)](https://grpc.io/docs/protoc-installation/)\n- [PostgreSQL](https://www.postgresql.org/)\n- [GNU make utility](https://www.gnu.org/software/make/)\n​\n## Initial setup for development\n​\nThe backend requires a PostgreSQL database server running.\n​\nFirst, create a \"backend\" database:\n​\n```bash\ncreatedb --no-password backend\n```\n​\nThe required database tables will be created automatically by the `collector` the first time it is run.\n​\nCompile Ignite's backend by running `make` from the repository's root directory. The binary is generated\ninside the `./bin` folder.\n​\nThe next step is to start the `collector` service that will fetch all the transactions and events\nstarting from the first block until the current block height and populate the database:\n​\n```bash\nbin/ignite-backend collector start --database-name backend --rpc-address IGNITE_CHAIN_ADDRESS -P sslmode=disable --log-level debug\n```\n​\nOnce the service is run it will keep collecting transactions as new blocks are generated.\n​\nFinally, run the `api` service to start the gRPC server:\n​\n```bash\nbin/ignite-backend api start --database-name backend -P sslmode=disable --log-level debug\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignite%2Fbackend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fignite%2Fbackend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignite%2Fbackend/lists"}