Template for sveltekit project using sveltekit-web3auth
The “sveltekit-web3auth-template” is a Svelte project template powered by create-svelte. It was created in 2021 with a beta version of SvelteKit, and although there have been major breaking changes since then, the template is still functional. The project serves as an example and contains several moving parts, including an authentication server with JWT integration.
git clone <repository-url>cd sveltekit-web3auth-templatenpm install (or pnpm install or yarn)npm run devThe “sveltekit-web3auth-template” is a Svelte project template that provides integration with Web3 authentication. It was created with a beta version of SvelteKit in 2021 and contains several moving parts. The template includes features such as random secret generation for local development cluster and JWT integration with Hasura. While there have been major breaking changes since its creation, the template is still functional and serves as a useful example.