{"id":31745012,"url":"https://github.com/dotbithq/did-cell-indexer","last_synced_at":"2025-10-09T12:28:47.554Z","repository":{"id":235952441,"uuid":"791606793","full_name":"dotbitHQ/did-cell-indexer","owner":"dotbitHQ","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-13T14:32:34.000Z","size":308,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-09-14T05:26:30.313Z","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/dotbitHQ.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-25T02:58:27.000Z","updated_at":"2024-09-13T14:32:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"d9a682d0-b836-4a6f-b8ec-a9aeb5d93930","html_url":"https://github.com/dotbitHQ/did-cell-indexer","commit_stats":null,"previous_names":["dotbithq/did-cell-indexer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dotbitHQ/did-cell-indexer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotbitHQ%2Fdid-cell-indexer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotbitHQ%2Fdid-cell-indexer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotbitHQ%2Fdid-cell-indexer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotbitHQ%2Fdid-cell-indexer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotbitHQ","download_url":"https://codeload.github.com/dotbitHQ/did-cell-indexer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotbitHQ%2Fdid-cell-indexer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001445,"owners_count":26083078,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-10-09T12:28:23.415Z","updated_at":"2025-10-09T12:28:47.549Z","avatar_url":"https://github.com/dotbitHQ.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# did-cell-indexer\n\ndid cell indexing service, which you can use to query the did cell assets in the chain, as well as to structure\ntransactions.\n\n* [Prerequisites](#prerequisites)\n* [Install \u0026amp; Run](#install--run)\n    * [Source Compile](#source-compile)\n    * [Docker](#docker)\n* [APIs](#apis)\n\n## Prerequisites\n\n* Ubuntu 18.04 or newer\n* MYSQL \u003e= 8.0\n* Redis \u003e= 5.0 (for cache)\n* GO version \u003e= 1.17.10\n* [ckb-node](https://github.com/nervosnetwork/ckb) (Must be synced to latest height and add `Indexer` module to\n  ckb.toml)\n* If the version of the dependency package is too low, please install `gcc-multilib` (apt install gcc-multilib)\n* Machine configuration: 4c8g500G\n\n## Install \u0026 Run\n\n### Source Compile\n\n```bash\n# get the code\ngit clone https://github.com/dotbitHQ/did-cell-indexer.git\n\n# compile\ncd did-cell-indexer\nmake svr\n\n# edit config/config.yaml for svr\nvim config/config.yaml\n\n# run\nmake svr\n./did_indexer_svr --config=config/config.yaml\n```\n\n### Docker\n\n* docker \u003e= 20.10\n* docker-compose \u003e= 2.2.2\n\n```bash\n# install docker compose\nsudo curl -L \"https://github.com/docker/compose/releases/download/v2.2.2/docker-compose-$(uname -s)-$(uname -m)\" -o /usr/local/bin/docker-compose\nsudo chmod +x /usr/local/bin/docker-compose\nsudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose\n\n# get the code\ngit clone https://github.com/dotbitHQ/did-cell-indexer.git\ncd did-cell-indexer\n\n# edit config/config.yaml for svr\nvim config/config.yaml\n\n# edit compose.yaml\nvim compose.yaml\n\n# run\ndocker compose up -d\n```\n\n_if you already have mysql,redis installed, just run_\n\n```bash\ndocker run -dp 9132:9132 -v $PWD/config:/app/config -v $PWD/logs:/app/logs --name did-indexer-svr admindid/did-indexer-svr:latest\n```\n\n## APIs\nMore APIs see [API.md](https://github.com/dotbitHQ/did-cell-indexer/blob/main/API.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotbithq%2Fdid-cell-indexer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotbithq%2Fdid-cell-indexer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotbithq%2Fdid-cell-indexer/lists"}