# Metaplex NFT Gallery

This variant creates an NFT gallery using the Metaplex protocol on Solana. It provides a modern, responsive interface for displaying NFT collections with the following features:

## Features

- Responsive grid layout for NFT display
- Support for NFT metadata including:
  - Images
  - Names
  - Descriptions
  - Attributes
  - External links
- Loading states and error handling
- Clean, modern UI with Tailwind CSS

## Getting Started

1. Install dependencies:
   ```bash
   npm install
   ```

2. Start the development server:
   ```bash
   npm run dev
   ```

3. Build for production:
   ```bash
   npm run build
   ```

## Configuration

The gallery can be configured by modifying the following:

- `src/data/collection-metadata.json`: Update with your NFT collection metadata
- `src/components/Gallery.tsx`: Customize the gallery layout and display options

## Dependencies

- React
- TypeScript
- Tailwind CSS
- Metaplex SDK

## License

MIT 