bhflm / address-explorer

Simple address NFT explorer

Home Page:https://address-explorer-bhflm.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Address Explorer

Surfaces a UI which allows users to display Nfts based on an input address.

Offers simple pagination, and an order by transfer time toggle, which requests for nfts based on transfer time, more here

This project uses [Next.js] (https://nextjs.org/docs/basic-features/font-optimization), Shadcn UI, and the Alchemy SDK for fetching NFT related info, among many more dependencies.

Local setup

⚠️ Beforehand, please make sure to copy the .env.example file, and populate your own .env.local for local development, or .env with provided keys.

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Misc docs:

Deploys on Vercel

This project demo has been deployed on Vercel, and is accessible at https://address-explorer-liard.vercel.app/.

About

Simple address NFT explorer

https://address-explorer-bhflm.vercel.app


Languages

Language:TypeScript 93.7%Language:CSS 5.0%Language:JavaScript 1.3%