A modern web application for the MOOZ NFT Collection on the SEI blockchain, built with Next.js 15 and TailwindCSS.
🌐 Official Website: https://www.mooz.farm
- Built with Next.js 15 App Router
- Responsive design optimized for all devices
- Real-time NFT statistics via Magic Eden API
- Interactive UI components with shadcn/ui
- SEI blockchain integration
- Magic Eden marketplace integration
- Social media integration
- Live market analytics including floor price, volume, and holder statistics
- Optimized local image delivery
- Modern image formats support (AVIF, WebP)
- Node.js 18.17 or later
- npm or yarn
- A Magic Eden API key (required for real-time NFT statistics)
- Clone the repository:
git clone https://github.com/jim788e/mooz-website.git
cd mooz-website
- Install dependencies:
npm install
- Set up environment variables:
cp .env.example .env
Edit .env
and add your Magic Eden API key.
- Run the development server:
npm run dev
Open http://localhost:3000 to view the website.
- Next.js 15 - React framework with App Router
- TailwindCSS - CSS framework
- shadcn/ui - UI components
- Magic Eden API - NFT marketplace integration
- Vercel Analytics - Performance monitoring
mooz-website/
├── app/ # Next.js app directory
│ ├── api/ # API routes
│ ├── components/ # React components
│ ├── layout.tsx # Root layout
│ └── page.tsx # Home page
├── public/ # Static assets
│ └── images/ # Optimized local images
│ ├── about/ # About section images
│ ├── bg/ # Background images
│ ├── cows/ # NFT collection images
│ ├── logo/ # Logo assets
│ ├── marketplace/ # Marketplace assets
│ └── team/ # Team member images
└── lib/ # Utility functions
Create a .env
file in the root directory with the following variables:
MAGIC_EDEN_API_KEY=your_api_key_here
.env
file to version control!
This project is optimized for deployment on Vercel:
npm run build # Build the project
npm run start # Start production server
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- MOOZ Collection Team
- SEI Blockchain Community
- Magic Eden Marketplace