{"id":31817732,"url":"https://github.com/crossmint/quickstart-template","last_synced_at":"2025-10-11T10:23:42.845Z","repository":{"id":284272373,"uuid":"954198810","full_name":"Crossmint/quickstart-template","owner":"Crossmint","description":"A ready-to-use template for building Web2/Web3 demos with Crossmint's Wallets \u0026 React SDK.","archived":false,"fork":false,"pushed_at":"2025-04-09T23:12:55.000Z","size":661,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-10T00:23:38.884Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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}},"created_at":"2025-03-24T17:57:30.000Z","updated_at":"2025-04-09T23:14:13.000Z","dependencies_parsed_at":"2025-03-25T21:31:30.234Z","dependency_job_id":null,"html_url":"https://github.com/Crossmint/quickstart-template","commit_stats":null,"previous_names":["crossmint-quickstarts/solana-smart-wallets-quickstart","crossmint-quickstarts/quickstart-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/Crossmint/quickstart-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crossmint%2Fquickstart-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crossmint%2Fquickstart-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crossmint%2Fquickstart-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crossmint%2Fquickstart-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Crossmint","download_url":"https://codeload.github.com/Crossmint/quickstart-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crossmint%2Fquickstart-template/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:29.305Z","updated_at":"2025-10-11T10:23:42.838Z","avatar_url":"https://github.com/Crossmint.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\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\u003eCrossmint Wallets Quickstart\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://solana-wallets.demos-crossmint.com/\"\u003eLive Demo\u003c/a\u003e | \u003ca href=\"https://docs.crossmint.com/introduction/platform/wallets\"\u003eDocs\u003c/a\u003e | \u003ca href=\"https://github.com/crossmint\"\u003eSee all quickstarts\u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cimg src=\"todo-update-with-image\" alt=\"Image\" width=\"full\"\u003e\n\u003c/div\u003e\n\n## Introduction\nCreate and interact with Crossmint wallets in {todo: update}. This quickstart uses Crossmint Auth and uses your external wallet (e.g Phantom, Coinbase, etc.) as a signer for that wallet.\n\n**Learn how to:**\n- Create a wallet\n- View its balance for SOL and SPL tokens\n- Send a transaction\n- Add delegated signers to allow third parties to sign transactions on behalf of your wallet\n\n## Deploy\nEasily deploy the template to Vercel with the button below. You will need to set the required environment variables in the Vercel dashboard.\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FCrossmint%2Fsolana-wallets-quickstart\u0026env=NEXT_PUBLIC_CROSSMINT_API_KEY)\n\n## Setup\n1. Clone the repository and navigate to the project folder:\n```bash\ngit clone https://github.com/crossmint/solana-wallets-quickstart.git \u0026\u0026 cd solana-wallets-quickstart\n```\n\n2. Install all dependencies:\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```bash\ncp .env.template .env\n```\n\n4. Get a Crossmint API key from [here](https://docs.crossmint.com/introduction/platform/api-keys/client-side) and add it to the `.env` file.\n```bash\nNEXT_PUBLIC_CROSSMINT_API_KEY=your_api_key\n```\n\n5. Run the development server:\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\n## Using in production\n1. Create a [production API key](https://docs.crossmint.com/introduction/platform/api-keys/client-side).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrossmint%2Fquickstart-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrossmint%2Fquickstart-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrossmint%2Fquickstart-template/lists"}