A Solana-based dating app built with Next.js and Ant Design Mobile.
- Tinder-like swipe interface
- Solana wallet integration
- Profile management
- Content creation
- Content listing
- Install dependencies:
npm install
- Create a
.env.local
file with the following variables:
NEXT_PUBLIC_REOWN_PROJECT_ID=your_project_id
NEXT_PUBLIC_APP_URL=your_app_url
- Run the development server:
npm run dev
- Open http://localhost:3000 with your browser.
- Next.js 14
- TypeScript
- Ant Design Mobile
- Reown AppKit (Solana Integration)
- Solana Web3.js
app/
├── components/
│ ├── ConnectButton.tsx
│ ├── Layout.tsx
│ └── WalletConnect.tsx
├── pages/
│ ├── home/
│ ├── profile/
│ ├── create/
│ └── list/
└── ...
</rewritten_file>