Skip to content

Starter template for building zkApps with Mina Wallet Adapter using React

License

Notifications You must be signed in to change notification settings

mina-wallet-adapter/starter-kit-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

starter-kit-react

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

Demo

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

Get Started

From scratch

Create a new project based on this template using degit

npx degit mina-wallet-adapter/starter-kit-react 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-react.git
cd starter-kit-react

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

About

Starter template for building zkApps with Mina Wallet Adapter using React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published