{"id":13589584,"url":"https://github.com/cosmscan/cosmscan-go","last_synced_at":"2025-04-08T09:33:23.978Z","repository":{"id":65004089,"uuid":"580293426","full_name":"cosmscan/cosmscan-go","owner":"cosmscan","description":"Indexer engine with PostgreSQL for cosmos based blockchain","archived":false,"fork":false,"pushed_at":"2023-11-20T00:30:25.000Z","size":685,"stargazers_count":23,"open_issues_count":2,"forks_count":10,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-01-25T04:52:29.666Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cosmscan.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}},"created_at":"2022-12-20T07:47:35.000Z","updated_at":"2023-12-16T06:22:40.000Z","dependencies_parsed_at":"2023-11-20T01:46:01.438Z","dependency_job_id":null,"html_url":"https://github.com/cosmscan/cosmscan-go","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmscan%2Fcosmscan-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmscan%2Fcosmscan-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmscan%2Fcosmscan-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmscan%2Fcosmscan-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cosmscan","download_url":"https://codeload.github.com/cosmscan/cosmscan-go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223314229,"owners_count":17125028,"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-01T16:00:31.946Z","updated_at":"2024-11-06T09:31:13.547Z","avatar_url":"https://github.com/cosmscan.png","language":"Go","funding_links":[],"categories":["Indexers"],"sub_categories":["Terminal Block Explorers"],"readme":"## Cosmscan\r\n## What is Cosmscan?\r\nCosmscan is a indexer engine for cosmos based blockchain.\r\n\r\nBuilders often want to serve a indexed query such as aggregation, search, and so on.\r\nThe native query on Cosmos RPC is not enough for this purpose, basically it stores all the data on the LSM tree [(LevelDB)](https://github.com/google/leveldb) which is efficient to perform high write throughput.\r\nOn the other side, it has an inefficiency to answer the following questions.\r\n- How many transactions are there in the last 24 hours?\r\n- What tokens the holder has? and How many tokens the holder has?\r\n- Number of active accounts in the last 24 hours?\r\n- Top 10 holders of the coin?\r\n- and so on\r\n\r\nCosmscan is here to solve this problem. 🚀🚀\r\n\r\n## Features\r\n- Store the all data from cosmos based blockchain into PostgreSQL\r\n- Support default useful queries with `gRPC` / `HTTP 2.0`\r\n- Easy installation and configuration\r\n\r\n## Test on the local machine\r\n```shell\r\n$ cd ./example/docker\r\n$ docker-compose up -d\r\n```\r\n\r\n## Launch API Server\r\n```shell\r\n$ make build\r\n$ ./bin/server --config-file ./config-server.yml\r\n\r\n2023-01-04T13:39:35.588+0900    INFO    api     api/server.go:41        starting api server\r\n```\r\n\r\n## Docs\r\n- [System Design](./docs/design.md)\r\n- [Project Structure](./docs/project_structure.md)\r\n\r\n## Contribution\r\nIf you are interested in contributing to this project,\r\nPlease feel free to open issue or pull request.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmscan%2Fcosmscan-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcosmscan%2Fcosmscan-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmscan%2Fcosmscan-go/lists"}