Skip to content

mina-wallet-adapter/starter-kit-svelte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

starter-kit-svelte

This is a starter template for building zkApps with Mina Wallet Adapter using Svelte. It uses mina-wallet-adapter, o1js, TypeScript, Svelte and SvelteKit.

Demo

https://mina-wallet-adapter.github.io/starter-kit-svelte/

Get Started

From scratch

Create a new project based on this template using degit

npx degit mina-wallet-adapter/starter-kit-svelte my-zkapp
cd my-zkapp

Using pre-existing project

Clone this git repository as follows

git clone https://github.com/mina-wallet-adapter/starter-kit-svelte.git
cd starter-kit-svelte

Online on StackBlitz

Open in StackBlitz

Development

  1. Install the dependencies
npm install
  1. Start in development mode
npm run dev
  1. Build and run in production mode
npm run build
npm run preview