Skip to content

bhflm/address-explorer

Repository files navigation

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/.