Skip to content

A next-gen frontend for dynamic NFT minting and gallery on Sepolia, featuring RainbowKit wallet integration, animated glassmorphism UI, and a seamless web3 experience.

License

Notifications You must be signed in to change notification settings

casaislabs/TimeShift-NFT-Frontend

Repository files navigation

🚀 TimeShift-NFT Frontend

A cutting-edge frontend for minting and visualizing dynamic NFTs on the Sepolia blockchain. Built for next-gen web3 experiences, it features seamless wallet integration, animated UI, glassmorphism, and a fully responsive design.


✨ Features

  • Wallet Connection via RainbowKit (Metamask, WalletConnect, and more)
  • Dynamic NFT Minting with real-time metadata/SVG updates
  • Interactive Gallery with featured NFT, smooth animations, and visual effects
  • Modern UI: glassmorphism, gradients, animated particle backgrounds
  • Accessibility and mobile-first responsive design
  • Modular, maintainable codebase for rapid development

🗂️ Project Structure

.
├── public/
│   └── timeshift.svg         # Project logo
├── src/
│   ├── App.jsx               # Main app component
│   ├── contract.js           # Contract address & ABI
│   ├── index.css             # Global styles (TailwindCSS)
│   ├── main.jsx              # Entry point
│   ├── providers.jsx         # Context providers
│   ├── wagmiConfig.js        # Wagmi/RainbowKit config
│   ├── components/
│   │   ├── DynamicNFTViewer.jsx
│   │   ├── FeaturedNFT.jsx
│   │   ├── MintButton.jsx
│   │   └── NFTGallery.jsx
│   └── hooks/
│       └── useWalletNFTs.js  # Custom wallet/NFT hooks
├── .env                      # Environment variables
├── package.json
├── tailwind.config.js
├── postcss.config.js
├── vite.config.js
├── eslint.config.js
└── README.md

⚡ Quickstart

1. Clone & Install

git clone https://github.com/casaislabs/TimeShift-NFT-Frontend.git
cd TimeShift-NFT-Frontend
npm install

Smart Contract Reference

The smart contract is open source. You can review, audit, or fork it from the repository above.


Get Sepolia Testnet ETH

To interact with the Sepolia testnet, you'll need some test ETH for gas fees. Visit the Google Cloud Sepolia Faucet and follow the instructions to receive Sepolia ETH to your wallet address.

Why? Test ETH is required to pay for transactions (like minting NFTs) on the Sepolia network, but it has no real-world value.


2. Configure Environment

Create a .env file with your WalletConnect Project ID:

VITE_WALLETCONNECT_PROJECT_ID=your_project_id

3. Smart Contract Setup

Edit src/contract.js:

export const DYNAMIC_NFT_ADDRESS = "0xYourContractAddress";
export const DYNAMIC_NFT_ABI = [ /* ...your contract ABI... */ ];

Your contract must be ERC721-compatible and expose methods like mint, tokenURI, ownerOf, etc.


🖥️ Usage

  1. Start the dev server:
    npm run dev
  2. Open http://localhost:5173 in your browser.
  3. Connect your wallet and mint your first dynamic NFT!

🎨 Customization

  • Logo: Replace public/timeshift.svg with your own.
  • Styles: Edit src/index.css or tweak Tailwind classes in components.
  • Contract: Ensure your smart contract matches the frontend's expected interface.

🌌 Visual Experience

  • Glassmorphism overlays and animated gradients for a futuristic look
  • Particle backgrounds for immersive feel
  • Smooth transitions and hover effects
  • Mobile-first layouts for seamless experience on any device

🛠️ Tech Stack

Core UI/UX Blockchain Tooling
React TailwindCSS Ethers.js Vite
RainbowKit Animations Wagmi ESLint

🙏 Credits

About

A next-gen frontend for dynamic NFT minting and gallery on Sepolia, featuring RainbowKit wallet integration, animated glassmorphism UI, and a seamless web3 experience.

Topics

Resources

License

Stars

Watchers

Forks

Languages