This is a starter template for building zkApps with Mina Wallet Adapter using Svelte. It uses mina-wallet-adapter, o1js, TypeScript, Svelte and SvelteKit.
https://mina-wallet-adapter.github.io/starter-kit-svelte/
Create a new project based on this template using degit
npx degit mina-wallet-adapter/starter-kit-svelte my-zkapp
cd my-zkapp
Clone this git repository as follows
git clone https://github.com/mina-wallet-adapter/starter-kit-svelte.git
cd starter-kit-svelte
npm install
npm run dev
npm run build
npm run preview