Skip to content

guven8/NftSnap

Repository files navigation

NftSnap

NftSnap is a real-time NFT marketplace tracker that showcases the latest NFT sales. Powered by OpenSea's WebSocket API.

Visit the website here!


Features

  • Live Updates: Real-time NFT sale events.

Screenshot

NftSnap Homepage


Getting Started

Prerequisites


Development

To run the app in development mode:

npm run init

This will create a .env.local file. Open the file and replace placeholders with your actual environment variables, including your OpenSea API Key:

VITE_OPENSEA_API_KEY=your-api-key-here

Start the development server:

npm run dev

The app will be available at http://localhost:5173