NftSnap is a real-time NFT marketplace tracker that showcases the latest NFT sales. Powered by OpenSea's WebSocket API.
- Live Updates: Real-time NFT sale events.
- Obtain an OpenSea API Key from OpenSea's API Documentation. This key is required to connect to the OpenSea API.
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