{"id":31817669,"url":"https://github.com/crossmint/wallets-expo-quickstart","last_synced_at":"2025-10-11T10:23:17.265Z","repository":{"id":299913081,"uuid":"1004613704","full_name":"Crossmint/wallets-expo-quickstart","owner":"Crossmint","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-22T10:20:44.000Z","size":1304,"stargazers_count":1,"open_issues_count":2,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-22T11:33:40.975Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Crossmint.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-06-18T22:58:34.000Z","updated_at":"2025-09-22T09:50:55.000Z","dependencies_parsed_at":"2025-06-19T00:21:55.785Z","dependency_job_id":"25d9f085-9fdb-4fd3-9136-479c09abd785","html_url":"https://github.com/Crossmint/wallets-expo-quickstart","commit_stats":null,"previous_names":["crossmint/wallets-expo-quickstart"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Crossmint/wallets-expo-quickstart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crossmint%2Fwallets-expo-quickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crossmint%2Fwallets-expo-quickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crossmint%2Fwallets-expo-quickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crossmint%2Fwallets-expo-quickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Crossmint","download_url":"https://codeload.github.com/Crossmint/wallets-expo-quickstart/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crossmint%2Fwallets-expo-quickstart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006851,"owners_count":26084204,"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-11T02:00:06.511Z","response_time":55,"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-11T10:23:14.348Z","updated_at":"2025-10-11T10:23:17.253Z","avatar_url":"https://github.com/Crossmint.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg width=\"200\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/8b617791-cd37-4a5a-8695-a7c9018b7c70\" /\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003ch1\u003eWallets Expo Quickstart\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://docs.crossmint.com/introduction/platform/wallets\"\u003eDocs\u003c/a\u003e | \u003ca href=\"https://crossmint.com/quickstarts\"\u003eSee all quickstarts\u003c/a\u003e\n\u003c/div\u003e\n\u003c/div\u003e\n\n## Introduction\n\nCreate and interact with Crossmint wallets. This quickstart uses Crossmint Auth and uses your email as a signer for that wallet.\n\n**Learn how to:**\n\n- Create a wallet\n- View its balance for USDXM (USDXM is a test stablecoin by Crossmint) and native tokens\n- View wallet transaction activity\n- Send USDXM or native tokens to another wallet\n- Add delegated signers to allow third parties to sign transactions on behalf of your wallet\n\n## Setup\n\n1. Clone the repository and navigate to the project folder:\n\n```bash\ngit clone https://github.com/crossmint/wallets-expo-quickstart.git \u0026\u0026 cd wallets-expo-quickstart\n```\n\n2. Install all dependencies:\n\n```bash\nnpm install\n# or\nyarn install\n# or\npnpm install\n# or\nbun install\n```\n\n3. Set up the environment variables:\n\n```bash\ncp .env.template .env\n```\n\n4. Set up your Crossmint client API key:\n\n   a. Create a developer account in the Crossmint [Staging Console](https://staging.crossmint.com/console). Open that link, sign in, and accept the dialog to continue.\n\n   b. Get the **client API key** from the overview page of your project.\n\n5. Add the API key to the `.env` file.\n\n```bash\nEXPO_PUBLIC_CLIENT_CROSSMINT_API_KEY=your_api_key\n\n# Check all supported chains: https://docs.crossmint.com/introduction/supported-chains\nEXPO_PUBLIC_CHAIN=your_chain // optional, default is solana\n```\n\n6. Run the app:\n\n```bash\nnpx expo run:ios \u0026\u0026 npx expo run:android\n```\n\n## Using in production\n\n1. Create a [production API key](https://docs.crossmint.com/introduction/platform/api-keys/client-side).\n\n2. Add the API key to the `.env` file.\n\n```bash\nEXPO_PUBLIC_CLIENT_CROSSMINT_API_KEY=your_api_key\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrossmint%2Fwallets-expo-quickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrossmint%2Fwallets-expo-quickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrossmint%2Fwallets-expo-quickstart/lists"}