{"id":31817677,"url":"https://github.com/crossmint/solana-wallets-ncs-firebase-quickstart","last_synced_at":"2026-07-22T19:32:32.348Z","repository":{"id":290478426,"uuid":"974520645","full_name":"Crossmint/solana-wallets-ncs-firebase-quickstart","owner":"Crossmint","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-18T13:22:52.000Z","size":769,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-18T14:28:53.994Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://solana-wallets-ncs-firebase-quickstart.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/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}},"created_at":"2025-04-28T22:57:11.000Z","updated_at":"2025-05-26T19:37:46.000Z","dependencies_parsed_at":"2025-04-29T03:44:38.873Z","dependency_job_id":"1310e155-f179-4a6b-a908-0b7aa28cacf1","html_url":"https://github.com/Crossmint/solana-wallets-ncs-firebase-quickstart","commit_stats":null,"previous_names":["crossmint/solana-wallets-ncs-firebase-quickstart"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Crossmint/solana-wallets-ncs-firebase-quickstart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crossmint%2Fsolana-wallets-ncs-firebase-quickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crossmint%2Fsolana-wallets-ncs-firebase-quickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crossmint%2Fsolana-wallets-ncs-firebase-quickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crossmint%2Fsolana-wallets-ncs-firebase-quickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Crossmint","download_url":"https://codeload.github.com/Crossmint/solana-wallets-ncs-firebase-quickstart/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crossmint%2Fsolana-wallets-ncs-firebase-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:15.809Z","updated_at":"2025-10-11T10:23:19.392Z","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\u003eSolana Wallets Quickstart (non-custodial-signers + Firebase)\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://solana-wallets-ncs-firebase.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\nTODO: add image here\n\u003c/div\u003e\n\n## Introduction\n\nCreate and manage Crossmint wallets on Solana using non-custodial-signers + Firebase to handle user authentication.\n\n**Learn how to:**\n\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\n\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-ncs-firebase-quickstart\u0026env=NEXT_PUBLIC_CROSSMINT_API_KEY\u0026env=NEXT_PUBLIC_FIREBASE_API_KEY)\n\n## Setup\n\n1. Clone the repository and navigate to the project folder:\n\n```bash\ngit clone https://github.com/crossmint/solana-wallets-ncs-firebase-quickstart.git \u0026\u0026 cd solana-wallets-ncs-firebase-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. 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\n```bash\nNEXT_PUBLIC_CROSSMINT_API_KEY=your_api_key\n```\n\n5. Get a Firebase API key from [here](https://console.firebase.google.com/u/0/project/solana-wallets-ncs-firebase/settings/general/android:com.crossmint.solanawalletsncsfirebase) and add it to the `.env` file.\n\n```bash\nNEXT_PUBLIC_FIREBASE_API_KEY=your_api_key\n```\n\n5. Run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\n## Using in production\n\n1. Create a [production API key](https://docs.crossmint.com/introduction/platform/api-keys/client-side).\n2. Create a [production Firebase project](https://console.firebase.google.com/) and add it to the `.env` file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrossmint%2Fsolana-wallets-ncs-firebase-quickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrossmint%2Fsolana-wallets-ncs-firebase-quickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrossmint%2Fsolana-wallets-ncs-firebase-quickstart/lists"}