A premium-looking NFT Gallery built with Next.js, TailwindCSS, and Moralis API. Users can enter a wallet address to view their NFTs in a modern UI.
โ
Fetch NFTs from any Ethereum wallet
โ
Dark mode with glassmorphism UI
โ
View NFT details (image, name, token ID)
โ
OpenSea integration (link to NFT on OpenSea)
โ
Fast & responsive design
- Next.js (Frontend)
- TailwindCSS (Styling)
- Moralis API (Fetching NFTs)
- Ethers.js (Web3 Integration)
-
Clone this repo:
git clone https://github.com/your-username/nft-gallery.git
-
Go to the project folder:
cd nft-gallery -
Install dependencies:
npm install
-
Add your Moralis API Key in .env.local:
NEXT_PUBLIC_MORALIS_API_KEY=your-api-key -
Run the project:
npm run dev
-
Open http://localhost:3000/ in your browser.