Skip to content

aidai524/sexy_ui

Repository files navigation

Meme App

A Solana-based dating app built with Next.js and Ant Design Mobile.

Features

  • Tinder-like swipe interface
  • Solana wallet integration
  • Profile management
  • Content creation
  • Content listing

Getting Started

  1. Install dependencies:
npm install
  1. Create a .env.local file with the following variables:
NEXT_PUBLIC_REOWN_PROJECT_ID=your_project_id
NEXT_PUBLIC_APP_URL=your_app_url
  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 with your browser.

Tech Stack

  • Next.js 14
  • TypeScript
  • Ant Design Mobile
  • Reown AppKit (Solana Integration)
  • Solana Web3.js

Project Structure

app/
├── components/
│   ├── ConnectButton.tsx
│   ├── Layout.tsx
│   └── WalletConnect.tsx
├── pages/
│   ├── home/
│   ├── profile/
│   ├── create/
│   └── list/
└── ...

</rewritten_file>