{"id":25101032,"url":"https://github.com/exodusmovement/passkeys-react","last_synced_at":"2026-02-19T19:32:01.776Z","repository":{"id":267566821,"uuid":"901633058","full_name":"ExodusMovement/passkeys-react","owner":"ExodusMovement","description":"Passkeys React Demo","archived":false,"fork":false,"pushed_at":"2025-01-12T21:08:08.000Z","size":211,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T10:23:03.294Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://passkeys-react.vercel.app","language":"TypeScript","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/ExodusMovement.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-12-11T03:01:21.000Z","updated_at":"2025-03-06T04:58:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"e6ecbc92-bbf3-4eea-8881-445840db4ef6","html_url":"https://github.com/ExodusMovement/passkeys-react","commit_stats":null,"previous_names":["metasal1/passkeys-react","exodusmovement/passkeys-react"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExodusMovement%2Fpasskeys-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExodusMovement%2Fpasskeys-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExodusMovement%2Fpasskeys-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExodusMovement%2Fpasskeys-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExodusMovement","download_url":"https://codeload.github.com/ExodusMovement/passkeys-react/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249740781,"owners_count":21318709,"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":"2025-02-07T20:44:16.074Z","updated_at":"2026-02-19T19:32:01.728Z","avatar_url":"https://github.com/ExodusMovement.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Passkeys React App\n\nGet started with Passkeys in just 8 lines of code\n\n```bash\nyarn create react-app passkeys-react --template typescript\n```\n\n```bash\nyarn add @passkeys/core @passkeys/react\n```\n\n***Generate a random UUID***\n\nExample : 12345678-abcd-efgh-ijkl-mnopqrstuvwx\n\nFor production request one here [hello@passkeys.foundation]\n\nImport\n\n```react file=index.tsx\nimport { createWallet } from '@passkeys/core';\nimport { WalletProvider, WalletWidget } from '@passkeys/react';\n```\n\nCreate wallet\n\n```react file=index.tsx\nconst wallet = createWallet({\n  appId: '\u003cinsert UUID here\u003e',\n  providers: {\n    solana: true\n  }\n})\n```\n\nConnect button\n\n```react\nconst connectWallet = () =\u003e {  wallet.providers.solana.connect();};\n```\n\nDisplay wallet\n\n```react\n\u003cWalletProvider\u003e\n\u003cWalletWidget /\u003e\n\u003c/WalletProvider\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexodusmovement%2Fpasskeys-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexodusmovement%2Fpasskeys-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexodusmovement%2Fpasskeys-react/lists"}