PayMNEE is a non-custodial payment platform that enables creators, sellers, and business owners to accept payments using MNEE stablecoin.
- 🚀 Instant Settlements - Receive payments instantly on Ethereum blockchain
- 💰 Zero Platform Fees - Keep 100% of what customers pay
- 🔒 Non-Custodial - Payments go directly from customer to creator
- 🔓 Automatic Content Unlocking - Blockchain-verified access control
- 📊 Easy Analytics - Track all payments and earnings in one dashboard
- 🌍 24/7 Available - Your payment page is always online
- Frontend: Next.js 16 (App Router), React 18, Tailwind CSS, thirdweb WalletConnect
- Backend: Next.js API routes, Prisma ORM, PostgreSQL (Supabase)
- Blockchain: Ethereum Mainnet, MNEE stablecoin, ethers.js
- Database: PostgreSQL (Supabase)
- Node.js 18+
- PostgreSQL database (Supabase recommended)
- Ethereum RPC endpoint (Alchemy, Infura, etc.)
- ThirdWeb account (for wallet connection)
- Install dependencies:
npm install- Set up environment variables:
cp .env.example .env
# Edit .env with your actual API keys and configuration
# IMPORTANT: Never commit .env to git - it contains sensitive keys!- Set up the database:
# Generate Prisma Client
npm run db:generate
# Push schema to PostgreSQL database (creates tables)
npm run db:push
# Or create a migration
npm run db:migrateNote: Make sure your DATABASE_URL in .env points to your PostgreSQL database (Supabase connection string).
- Run the development server:
npm run devOpen http://localhost:3000 with your browser.
- users: Wallet addresses of creators
- payment_pages: Public payment pages for each creator
- payment_items: Individual payment items (fixed or open amount)
- payments: Record of all payments made
/app # Next.js App Router pages
/components # React components
/prisma # Prisma schema and migrations
/lib # Utility functions and configurations
/public # Static assets (MNEE logo, etc.)
- 🌐 Live Demo: https://paymnee.birangal.com/
- 📦 GitHub Repository: https://github.com/AdityaBirangal/PayMNEE
PayMNEE enables:
- ✅ Creators to accept stablecoin payments without KYC barriers
- ✅ Instant, low-cost global payments using MNEE stablecoin
- ✅ Automated content access with blockchain verification
- ✅ Non-custodial architecture - users control their funds
- ✅ Production-ready with comprehensive analytics
- 💼 LinkedIn: linkedin.com/in/AdityaBirangal
Copyright (c) 2026 Aditya Birangal
Licensed under the MIT License. See LICENSE for details.
