# Manifold.xyz Integration

This variant extends the base NFT gallery with Manifold.xyz integration, providing additional features:

- Manifold API integration for NFT data
- Price and last sale information display
- Enhanced NFT metadata support

## Additional Environment Variables

Add the following to your `.env` file:

```env
MANIFOLD_API_KEY=your_manifold_api_key
```

## Features

- Displays current price and last sale price for NFTs
- Enhanced NFT metadata from Manifold.xyz
- Seamless integration with the base gallery functionality

## Implementation Notes

The Manifold variant extends the base gallery by:
1. Adding Manifold-specific configuration
2. Enhancing the Gallery component with price information
3. Providing additional NFT metadata fields

## Next Steps

1. Get your Manifold API key from [Manifold.xyz](https://manifold.xyz)
2. Add the API key to your `.env` file
3. Start the development server to see the enhanced gallery 