Build decentralized apps (dApps) on the Mina protocol with Next.js 13 and Auro Wallet integration. Get started quickly with this streamlined starter kit featuring Daisy UI and Material UI for easy customization.
- Connect to Auro Wallet and interact with the Mina protocol.
- Display the connected account address.
- Switch between different networks.
- Clone the repository:
git clone https://github.com/kaushikc44/Starter-kit-mina-auro-nextjs-13.git
- Install dependencies:
npm install
- Run the development server:
npm run dev
Open http://localhost:3000 to see the result.
- Modify
app/page.js
to edit the main page content. - Easily customize the UI using Daisy UI and Material UI.