{"id":34122303,"url":"https://github.com/galxe/identity-protocol","last_synced_at":"2025-12-14T22:00:09.153Z","repository":{"id":239261851,"uuid":"799033228","full_name":"Galxe/identity-protocol","owner":"Galxe","description":"Monorepo of Galxe Identity Protocol","archived":false,"fork":false,"pushed_at":"2025-05-16T10:31:52.000Z","size":31301,"stargazers_count":21,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-02T01:37:41.723Z","etag":null,"topics":["self-sovereign-identity","zero-knowledge-proof"],"latest_commit_sha":null,"homepage":"https://www.galxe.com/identity","language":"Circom","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/Galxe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-05-11T02:21:49.000Z","updated_at":"2025-09-11T21:10:54.000Z","dependencies_parsed_at":"2024-06-06T06:10:33.597Z","dependency_job_id":null,"html_url":"https://github.com/Galxe/identity-protocol","commit_stats":null,"previous_names":["galxe/identity-protocol"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Galxe/identity-protocol","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Galxe%2Fidentity-protocol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Galxe%2Fidentity-protocol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Galxe%2Fidentity-protocol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Galxe%2Fidentity-protocol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Galxe","download_url":"https://codeload.github.com/Galxe/identity-protocol/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Galxe%2Fidentity-protocol/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27737690,"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-12-14T02:00:11.348Z","response_time":56,"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":["self-sovereign-identity","zero-knowledge-proof"],"created_at":"2025-12-14T22:00:08.036Z","updated_at":"2025-12-14T22:00:09.147Z","avatar_url":"https://github.com/Galxe.png","language":"Circom","readme":"# Galxe Identity Protocol\n\n## What's inside?\n\nThis is the monorepo for Galxe Identity protocol, powered by Turborepo. It includes the following packages/apps:\n\n### Packages\n\n- `@galxe-identity-protocol/evm-contracts`: a hardhat project of all the evm contracts, including typechain generated TypeScript bindings.\n- `@galxe-identity-protocol/sdk`: a TypeScript SDK for everything related to the protocol.\n- `@repo/eslint-config`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)\n- `@repo/typescript-config`: `tsconfig.json`s used throughout the monorepo\n\n### Apps\n\n- `cli`: a cli tool for managing the protocol, including interacting with the on-chain contracts and type generation.\n- `issuer`: a microservice that issues credentials by GRPC request.\n- `sstyper`: a fully self-sovereign credential type setup tool.\n\n## Development setup\n\n### Node version\n\nDevelopers should use the current LTS version of node. Currently, node v20.11.1. For package users, the SDK is compatible with node v18 and above.\n\n```bash\n# For nvm users:\nnvm install --lts\nnvm use --lts\n```\n\n### Setup\n\nWe use corepack for managing package managers.\n\n```bash\ncorepack enable\ncorepack install # this will install pnpm version specified in package.json\n```\n\n## Build, Test, and Lint\n\n```\npnpm lint\npnpm build\npnpm test\n```\n\n## How to create a new credential type\n\n1. Using type DSL to design the credential type.\n2. Use `app/sstyper` to run the setup process, which will generate type artifacts, including \n  + zkey, vkey, proofgen wasm...\n  + solidity verifier contract\n3. Upload the artifacts to IPFS and create a metadata json file containing URI to the artifacts. See artifacts in `artifacts/**/metadata.json` for reference.\n4. Deploy the verifier contract to supported chains. See `evm-contracts/deploy`.\n5. Register the type on supported chains, using the `metadata.json` URI. If primitive type, see `evm-contracts/scripts` for reference.\n\n### NOTICE\n\nIf you saw build error when building a package that is depending on local packages, try `pnpm build` in the root directory first. It is because that dependencies were not built.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgalxe%2Fidentity-protocol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgalxe%2Fidentity-protocol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgalxe%2Fidentity-protocol/lists"}