{"id":18568405,"url":"https://github.com/polysensus/svelte-web3auth-flowbite","last_synced_at":"2025-05-15T20:33:28.106Z","repository":{"id":195017003,"uuid":"624849154","full_name":"polysensus/svelte-web3auth-flowbite","owner":"polysensus","description":"Svelte Kit with web3auth wallet social signup. Flowbite-svelte and TailwindCSS","archived":false,"fork":false,"pushed_at":"2023-04-08T16:41:19.000Z","size":118,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T13:47:10.488Z","etag":null,"topics":["examples"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/polysensus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-04-07T12:08:43.000Z","updated_at":"2023-04-10T07:50:10.000Z","dependencies_parsed_at":"2023-09-16T06:57:29.004Z","dependency_job_id":null,"html_url":"https://github.com/polysensus/svelte-web3auth-flowbite","commit_stats":null,"previous_names":["polysensus/svelte-web3auth-flowbite"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polysensus%2Fsvelte-web3auth-flowbite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polysensus%2Fsvelte-web3auth-flowbite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polysensus%2Fsvelte-web3auth-flowbite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polysensus%2Fsvelte-web3auth-flowbite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/polysensus","download_url":"https://codeload.github.com/polysensus/svelte-web3auth-flowbite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254419023,"owners_count":22068189,"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":["examples"],"created_at":"2024-11-06T22:29:23.746Z","updated_at":"2025-05-15T20:33:28.088Z","avatar_url":"https://github.com/polysensus.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Developing\n\nOnce you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:\n\n```bash\nnpm run dev\n\n# or start the server and open the app in a new browser tab\nnpm run dev -- --open\n```\n\n## Building\n\nTo create a production version of your app:\n\n```bash\nnpm run build\n```\n\nYou can preview the production build with `npm run preview`.\n\n\u003e To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.\n\n# How this project was setup\n\n## Follow the Svelte Kit starter steps\n\nEverything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).\n\n### Creating a project\n\nIf you're seeing this, you've probably already done this step. Congrats!\n\n```bash\n# create a new project in the current directory\nnpm create svelte@latest\n\n# create a new project in my-app\nnpm create svelte@latest my-app\n```\n\n## Follow the Flowbite-svelte guide\n\nBut use --save-dev for all installs\n\nhttps://flowbite-svelte.com/pages/getting-started\n\n## Tweaks\n\nForce use of latest svelte-preprocess if you get dependency conflicts for\n\n```bash\nnpm install svetelpreprocess@latest --save-dev\n```\n\nInstall the vite-plugin-node-polyfills\n\n```bash\n\nnpm install vite-plugin-node-polyfills --save-dev\n```\n\nAnd update `vite.config.js` to look like this\n\n```javascript\nimport { sveltekit } from '@sveltejs/kit/vite';\nimport { defineConfig } from 'vitest/config';\nimport { nodePolyfills } from 'vite-plugin-node-polyfills';\n\nexport default defineConfig({\n\tplugins: [\n\t\tsveltekit(),\n\t\tnodePolyfills({protocolImports: true})\n\t],\n\ttest: {\n\t\tinclude: ['src/**/*.{test,spec}.{js,ts}']\n\t}\n});\n```\n\nForce use of ethers 5.x\n\n```bash\nnpm install ethers@5.7 --save-dev\n```\n\n## Envioronment and config\n\n* Make a testnet app here https://dashboard.web3auth.io\n* Copy dotenv-example to .env\n* Set PUBLIC_WEB3AUTH_CLIENT_ID in your .env to your  web3authh project CLIENT_ID\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolysensus%2Fsvelte-web3auth-flowbite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolysensus%2Fsvelte-web3auth-flowbite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolysensus%2Fsvelte-web3auth-flowbite/lists"}