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.
https://mina-wallet-adapter.github.io/starter-kit-react/
Create a new project based on this template using degit
npx degit mina-wallet-adapter/starter-kit-react my-zkapp
cd my-zkapp
Clone this git repository as follows
git clone https://github.com/mina-wallet-adapter/starter-kit-react.git
cd starter-kit-react
- Install the dependencies
npm install
- Start in development mode
npm run dev
- Build and run in production mode
npm run build
npm run preview