{"id":23861597,"url":"https://github.com/straightupjac/verify-user","last_synced_at":"2025-12-30T08:43:59.805Z","repository":{"id":45812983,"uuid":"508771424","full_name":"straightupjac/verify-user","owner":"straightupjac","description":"An experiment to verify a user's crypto address and twitter account are linked without storing any identifiable user data.","archived":false,"fork":false,"pushed_at":"2022-08-11T18:43:57.000Z","size":2877,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-28T16:35:38.961Z","etag":null,"topics":["arweave","crypto","identity","zk-proof"],"latest_commit_sha":null,"homepage":"https://verify-user-web3.vercel.app/","language":"JavaScript","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/straightupjac.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-06-29T16:40:50.000Z","updated_at":"2023-01-06T16:11:38.000Z","dependencies_parsed_at":"2022-07-18T09:09:00.868Z","dependency_job_id":null,"html_url":"https://github.com/straightupjac/verify-user","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/straightupjac%2Fverify-user","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/straightupjac%2Fverify-user/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/straightupjac%2Fverify-user/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/straightupjac%2Fverify-user/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/straightupjac","download_url":"https://codeload.github.com/straightupjac/verify-user/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232302287,"owners_count":18502114,"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":["arweave","crypto","identity","zk-proof"],"created_at":"2025-01-03T06:54:02.035Z","updated_at":"2025-12-30T08:43:59.736Z","avatar_url":"https://github.com/straightupjac.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Verify User\nAn experiment to verify a user's crypto address and twitter account are linked without storing any user data using [ZK-proofs](https://en.wikipedia.org/wiki/Zero-knowledge_proof). No identifiable data will be stored. All hashes are stored publicly on Arweave.\n\nUse at your own risk. Suggestions welcomed :)\n\nDemo here: [verify-user-web3.vercel.app](https://verify-user-web3.vercel.app/)\n\n## Prerequisites\n- Arweave public and private keys\n- Twitter Developer API access\n\nTo install:\n```bash\nyarn add verify-user\n```\nor\n```bash\nnpm install verify-user\n```\n\nGet started:\n```ts\nconst twitterConfig = {\n  bearer_token: process.env.BEARER_TOKEN,\n}\n\nconst adminAddress = process.env.ARWEAVE_ADDRESS;\nconst arweaveKeyfile = process.env.ARWEAVE_KEY;\n\nconst client = new VerifyUserClient(twitterConfig, adminAddress, arweaveKeyfile);\n```\n\n### Customize Options\n```ts\nconst options = {\n  projectName: 'verify_user', // used for arweave document naming\n  twitterMessage: 'I am verifying my Twitter' // used for verifying tweets\n}\n```\n\n## Dependencies\n- [`ar-wrapper`](https://github.com/verses-xyz/ar-wrapper)\n- [`twitter-api-v2`](https://github.com/plhery/node-twitter-api-v2)\n- [`@ethersproject`](https://github.com/ethers-io/ethers.js)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstraightupjac%2Fverify-user","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstraightupjac%2Fverify-user","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstraightupjac%2Fverify-user/lists"}