{"id":34598855,"url":"https://github.com/0xsequence/identity-instrument","last_synced_at":"2026-05-26T22:37:53.761Z","repository":{"id":325446131,"uuid":"916381980","full_name":"0xsequence/identity-instrument","owner":"0xsequence","description":"Identity Instrument is a simple service that runs inside a secure TEE (Trusted Execution Environment) enclave and maps Web2 credentials (email, social) to Web3 EOA wallets","archived":false,"fork":false,"pushed_at":"2025-12-04T11:46:55.000Z","size":20752,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-12-05T14:58:49.070Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://sequence.xyz/products/wallets","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/0xsequence.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-14T01:32:28.000Z","updated_at":"2025-12-02T16:28:54.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/0xsequence/identity-instrument","commit_stats":null,"previous_names":["0xsequence/identity-instrument"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/0xsequence/identity-instrument","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xsequence%2Fidentity-instrument","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xsequence%2Fidentity-instrument/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xsequence%2Fidentity-instrument/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xsequence%2Fidentity-instrument/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xsequence","download_url":"https://codeload.github.com/0xsequence/identity-instrument/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xsequence%2Fidentity-instrument/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28002250,"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-24T02:00:07.193Z","response_time":83,"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-12-24T12:05:21.389Z","updated_at":"2025-12-24T12:05:50.254Z","avatar_url":"https://github.com/0xsequence.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Identity Instrument\n\nIdentity Instrument is a simple service that runs inside a secure TEE (Trusted Execution Environment) enclave and maps Web2 credentials (email, social) to Web3 EOA wallets. It powers the authentication for [Sequence Ecosystem Wallets](https://docs.sequence.xyz/solutions/wallets/ecosystem/overview).\n\n## Enclave verification\n\nSwitch to the version currently running in production:\n\n```\ngit checkout $(curl --silent https://waas.sequence.app/status | jq -r .ver)\n```\n\nEnsure the version matches what you expect. E.g. [compare with the published releases](https://github.com/0xsequence/identity-instrument/releases).\n\nThen, run the verification script:\n\n```\n./verify.sh\n```\n\nYou can configure it by passing environment variables:\n\n- `ENV` - `prod` or `dev` (identifies which file in `etc/` is used for building the EIF)\n- `URL` - where to fetch the deployed service's attestation from\n- `VERSION` - the version to be included in the EIF (default: current git tag)\n- `PCR0` - the expected PCR0, overriding the PCR0 from the build (e.g. all dev enclaves will report `000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000`)\n\n## Local development\n\nCopy sample `.env.sample` to `.env`. This sample environment config enables `OTP` and a generic `IDToken` authentication flows. To make Google/Apple auth work, edit the file with your Google/Apple client details.\n\nRun the service with all dependencies:\n\n```\nmake up\n```\n\n(Please note that this requires Docker installed and running.)\n\nThis starts the following containers:\n\n- `nitro`: Identity Instrument itself\n- `ingress`: a basic ingress proxy that handles CORS and decorates requests with required HTTP headers\n- `localstack`: local AWS services (DynamoDB, KMS, SES), see https://www.localstack.cloud/\n- `builder-mock`: a mock [Sequence Builder](https://sequence.build/) service, used by Identity Instrument for email message generation\n\nAll data, including signers, is ephemeral and lost when the containers stop. Make sure you don't depend on stable EOA addresses.\n\n### View sent emails\n\nAll OTP emails sent by Identity Instrument are stored by `localstack`. Run the following command to retrieve them:\n\n```\ncurl --silent 'localhost.localstack.cloud:4566/_aws/ses?email=noreply@local.auth.sequence.app' | jq .\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xsequence%2Fidentity-instrument","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xsequence%2Fidentity-instrument","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xsequence%2Fidentity-instrument/lists"}