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
- Install the dependencies
npm install
- Start in development mode
npm run dev
- Build and run in production mode
npm run build
npm run preview